Color Hex Logo

#dfc31b Color Hex

#DFC31B
(223,195,27)
0 Favorites   0 Comments

Color spaces of #dfc31b

RGB 22319527
HSL0.140.780.49
HSV51°88°87°
CMYK 0.000.130.88   0.13
XYZ50.144454.79738.9710
Yxy54.79730.44020.4810
Hunter Lab74.0252-8.628844.6324
CIE-Lab78.9244-5.141376.6351

#dfc31b color RGB value is (223,195,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 00011011
Octal 337 303 33
Decimal 223 195 27
Hex DF C3 1B

RGB Percentages of Color #dfc31b

%50.11
%43.82
%6.07

CMYK Percentages of Color #dfc31b

%0
%13
%88
%13

Triadic Colors of #dfc31b

#dfc31b #1bdfc3 #c31bdf

Analogous Colors of #dfc31b

#dfc31b #99df1b #df611b

Monochromatic Colors of #dfc31b

#dfc31b

Complementary Color

#dfc31b #1b37df

#dfc31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc31b Color CSS Codes

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

#dfc31b Text Font Color

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

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


#dfc31b Background Color

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

This div background color is #dfc31b


#dfc31b Border Color

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

This div border color is #dfc31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc31b


Comments

No comments written yet.

Please login to write comment.