Color Hex Logo

#dfcf67 Color Hex

#DFCF67
(223,207,103)
0 Favorites   0 Comments

Color spaces of #dfcf67

RGB 223207103
HSL0.140.650.64
HSV52°54°87°
CMYK 0.000.070.54   0.13
XYZ55.192461.292921.7537
Yxy61.29290.39930.4434
Hunter Lab78.2898-11.168938.3285
CIE-Lab82.5360-7.582252.9699

#dfcf67 color RGB value is (223,207,103).

#dfcf67 hex color red value is 223, green value is 207 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dfcf67 hue: 0.14 , saturation: 0.65 and the lightness value of dfcf67 is 0.64.

The process color (four color CMYK) of #dfcf67 color hex is 0.00, 0.07, 0.54, 0.13. Web safe color of #dfcf67 is #cccc66. Color #dfcf67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 01100111
Octal 337 317 147
Decimal 223 207 103
Hex DF CF 67

RGB Percentages of Color #dfcf67

%41.84
%38.84
%19.32

CMYK Percentages of Color #dfcf67

%0
%7
%54
%13

Triadic Colors of #dfcf67

#dfcf67 #67dfcf #cf67df

Analogous Colors of #dfcf67

#dfcf67 #b3df67 #df9367

Monochromatic Colors of #dfcf67

#dfcf67

Complementary Color

#dfcf67 #6777df

#dfcf67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf67 Color CSS Codes

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

#dfcf67 Text Font Color

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

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


#dfcf67 Background Color

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

This div background color is #dfcf67


#dfcf67 Border Color

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

This div border color is #dfcf67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf67


Comments

No comments written yet.

Please login to write comment.