color codes Logo

#dfca1b color codes

#DFCA1B
(223,202,27)
0 Favorites   0 Comments

Color spaces of #dfca1b

RGB 22320227
HSL0.150.780.49
HSV54°88°87°
CMYK 0.000.090.88   0.13
XYZ51.749858.00829.5061
Yxy58.00820.43390.4864
Hunter Lab76.1631-12.001845.9141
CIE-Lab80.7433-8.715378.0743

#dfca1b color RGB value is (223,202,27).

#dfca1b hex color red value is 223, green value is 202 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dfca1b hue: 0.15 , saturation: 0.78 and the lightness value of dfca1b is 0.49.

The process color (four color CMYK) of #dfca1b color code is 0.00, 0.09, 0.88, 0.13. Web safe color of #dfca1b is #cccc33. Color #dfca1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 00011011
Octal 337 312 33
Decimal 223 202 27
Hex DF CA 1B

RGB Percentages of Color #dfca1b

%49.34
%44.69
%5.97

CMYK Percentages of Color #dfca1b

%0
%9
%88
%13

Triadic Colors of #dfca1b

#dfca1b #1bdfca #ca1bdf

Analogous Colors of #dfca1b

#dfca1b #92df1b #df681b

Monochromatic Colors of #dfca1b

#dfca1b

Complementary Color

#dfca1b #1b30df

#dfca1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca1b Color CSS Codes

.mybgcolor {background-color:#dfca1b; } 
.myforecolor {color:#dfca1b; }
.mybordercolor {border:3px solid #dfca1b; }

#dfca1b Text Font Color

<p style="color:#dfca1b">Text here</p>

This sample text font color is #dfca1b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfca1b Background Color

<div style="background-color:#dfca1b">
Div content here</div>

This div background color is #dfca1b


#dfca1b Border Color

<div style="border:3px solid #dfca1b">
Div here</div>

This div border color is #dfca1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,202,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfca1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfca1b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfca1b;
  box-shadow:         1px 1px 3px 2px #dfca1b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,202,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfca1b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfca1b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfca1b;
  box-shadow:         1px 1px 3px 2px #dfca1b;">
Div content here</div>

This div box has shadow with color #dfca1b


Comments

No comments written yet.

Please login to write comment.