Color Hex Logo

#dfc21b Color Hex

#DFC21B
(223,194,27)
0 Favorites   0 Comments

Color spaces of #dfc21b

RGB 22319427
HSL0.140.780.49
HSV51°88°87°
CMYK 0.000.130.88   0.13
XYZ49.921054.35078.8965
Yxy54.35070.44110.4803
Hunter Lab73.7229-8.145044.4512
CIE-Lab78.6658-4.627676.4309

#dfc21b color RGB value is (223,194,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 00011011
Octal 337 302 33
Decimal 223 194 27
Hex DF C2 1B

RGB Percentages of Color #dfc21b

%50.23
%43.69
%6.08

CMYK Percentages of Color #dfc21b

%0
%13
%88
%13

Triadic Colors of #dfc21b

#dfc21b #1bdfc2 #c21bdf

Analogous Colors of #dfc21b

#dfc21b #9adf1b #df601b

Monochromatic Colors of #dfc21b

#dfc21b

Complementary Color

#dfc21b #1b38df

#dfc21b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc21b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc21b Color CSS Codes

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

#dfc21b Text Font Color

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

This sample text font color is #dfc21b
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.


#dfc21b Background Color

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

This div background color is #dfc21b


#dfc21b Border Color

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

This div border color is #dfc21b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,194,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 #dfc21b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc21b


Comments

No comments written yet.

Please login to write comment.