Color Hex Logo

#dccd40 Color Hex

#DCCD40
(220,205,64)
0 Favorites   0 Comments

Color spaces of #dccd40

RGB 22020564
HSL0.150.690.56
HSV54°71°86°
CMYK 0.000.070.71   0.14
XYZ52.271959.248513.5316
Yxy59.24850.41800.4738
Hunter Lab76.9730-13.484643.4582
CIE-Lab81.4280-10.297968.1726

#dccd40 color RGB value is (220,205,64).

#dccd40 hex color red value is 220, green value is 205 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dccd40 hue: 0.15 , saturation: 0.69 and the lightness value of dccd40 is 0.56.

The process color (four color CMYK) of #dccd40 color hex is 0.00, 0.07, 0.71, 0.14. Web safe color of #dccd40 is #cccc33. Color #dccd40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 01000000
Octal 334 315 100
Decimal 220 205 64
Hex DC CD 40

RGB Percentages of Color #dccd40

%44.99
%41.92
%13.09

CMYK Percentages of Color #dccd40

%0
%7
%71
%14

Triadic Colors of #dccd40

#dccd40 #40dccd #cd40dc

Analogous Colors of #dccd40

#dccd40 #9ddc40 #dc7f40

Monochromatic Colors of #dccd40

#dccd40

Complementary Color

#dccd40 #404fdc

#dccd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd40 Color CSS Codes

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

#dccd40 Text Font Color

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

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


#dccd40 Background Color

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

This div background color is #dccd40


#dccd40 Border Color

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

This div border color is #dccd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd40


Comments

No comments written yet.

Please login to write comment.