Color Hex Logo

#dfcd4d Color Hex

#DFCD4D
(223,205,77)
0 Favorites   0 Comments

Color spaces of #dfcd4d

RGB 22320577
HSL0.150.700.59
HSV53°65°87°
CMYK 0.000.080.65   0.13
XYZ53.602359.886415.7553
Yxy59.88640.41470.4634
Hunter Lab77.3863-11.786442.0994
CIE-Lab81.7764-8.353463.5809

#dfcd4d color RGB value is (223,205,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 01001101
Octal 337 315 115
Decimal 223 205 77
Hex DF CD 4D

RGB Percentages of Color #dfcd4d

%44.16
%40.59
%15.25

CMYK Percentages of Color #dfcd4d

%0
%8
%65
%13

Triadic Colors of #dfcd4d

#dfcd4d #4ddfcd #cd4ddf

Analogous Colors of #dfcd4d

#dfcd4d #a8df4d #df844d

Monochromatic Colors of #dfcd4d

#dfcd4d

Complementary Color

#dfcd4d #4d5fdf

#dfcd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd4d Color CSS Codes

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

#dfcd4d Text Font Color

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

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


#dfcd4d Background Color

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

This div background color is #dfcd4d


#dfcd4d Border Color

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

This div border color is #dfcd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd4d


Comments

No comments written yet.

Please login to write comment.