Color Hex Logo

#dfcf4f Color Hex

#DFCF4F
(223,207,79)
0 Favorites   0 Comments

Color spaces of #dfcf4f

RGB 22320779
HSL0.150.690.59
HSV53°65°87°
CMYK 0.000.070.65   0.13
XYZ54.155560.878116.2935
Yxy60.87810.41240.4636
Hunter Lab78.0244-12.648742.2358
CIE-Lab82.3132-9.250763.3241

#dfcf4f color RGB value is (223,207,79).

#dfcf4f hex color red value is 223, green value is 207 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dfcf4f hue: 0.15 , saturation: 0.69 and the lightness value of dfcf4f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 01001111
Octal 337 317 117
Decimal 223 207 79
Hex DF CF 4F

RGB Percentages of Color #dfcf4f

%43.81
%40.67
%15.52

CMYK Percentages of Color #dfcf4f

%0
%7
%65
%13

Triadic Colors of #dfcf4f

#dfcf4f #4fdfcf #cf4fdf

Analogous Colors of #dfcf4f

#dfcf4f #a7df4f #df874f

Monochromatic Colors of #dfcf4f

#dfcf4f

Complementary Color

#dfcf4f #4f5fdf

#dfcf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf4f Color CSS Codes

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

#dfcf4f Text Font Color

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

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


#dfcf4f Background Color

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

This div background color is #dfcf4f


#dfcf4f Border Color

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

This div border color is #dfcf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf4f


Comments

No comments written yet.

Please login to write comment.