Color Hex Logo

#dfcc4a Color Hex

#DFCC4A
(223,204,74)
0 Favorites   0 Comments

Color spaces of #dfcc4a

RGB 22320474
HSL0.150.700.58
HSV52°67°87°
CMYK 0.000.090.67   0.13
XYZ53.260359.368115.1306
Yxy59.36810.41690.4647
Hunter Lab77.0507-11.452942.2926
CIE-Lab81.4935-8.014464.4997

#dfcc4a color RGB value is (223,204,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 01001010
Octal 337 314 112
Decimal 223 204 74
Hex DF CC 4A

RGB Percentages of Color #dfcc4a

%44.51
%40.72
%14.77

CMYK Percentages of Color #dfcc4a

%0
%9
%67
%13

Triadic Colors of #dfcc4a

#dfcc4a #4adfcc #cc4adf

Analogous Colors of #dfcc4a

#dfcc4a #a8df4a #df824a

Monochromatic Colors of #dfcc4a

#dfcc4a

Complementary Color

#dfcc4a #4a5ddf

#dfcc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcc4a Color CSS Codes

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

#dfcc4a Text Font Color

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

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


#dfcc4a Background Color

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

This div background color is #dfcc4a


#dfcc4a Border Color

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

This div border color is #dfcc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcc4a


Comments

No comments written yet.

Please login to write comment.