Color Hex Logo

#dfcc2d Color Hex

#DFCC2D
(223,204,45)
0 Favorites   0 Comments

Color spaces of #dfcc2d

RGB 22320445
HSL0.150.740.53
HSV54°80°87°
CMYK 0.000.090.80   0.13
XYZ52.497959.063211.1160
Yxy59.06320.42790.4815
Hunter Lab76.8526-12.558945.2211
CIE-Lab81.3263-9.270274.3296

#dfcc2d color RGB value is (223,204,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 00101101
Octal 337 314 55
Decimal 223 204 45
Hex DF CC 2D

RGB Percentages of Color #dfcc2d

%47.25
%43.22
%9.53

CMYK Percentages of Color #dfcc2d

%0
%9
%80
%13

Triadic Colors of #dfcc2d

#dfcc2d #2ddfcc #cc2ddf

Analogous Colors of #dfcc2d

#dfcc2d #99df2d #df732d

Monochromatic Colors of #dfcc2d

#dfcc2d

Complementary Color

#dfcc2d #2d40df

#dfcc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcc2d Color CSS Codes

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

#dfcc2d Text Font Color

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

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


#dfcc2d Background Color

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

This div background color is #dfcc2d


#dfcc2d Border Color

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

This div border color is #dfcc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcc2d


Comments

No comments written yet.

Please login to write comment.