Color Hex Logo

#dccd43 Color Hex

#DCCD43
(220,205,67)
0 Favorites   0 Comments

Color spaces of #dccd43

RGB 22020567
HSL0.150.690.56
HSV54°70°86°
CMYK 0.000.070.70   0.14
XYZ52.359659.283513.9934
Yxy59.28350.41680.4719
Hunter Lab76.9958-13.356943.1215
CIE-Lab81.4472-10.151767.0830

#dccd43 color RGB value is (220,205,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 01000011
Octal 334 315 103
Decimal 220 205 67
Hex DC CD 43

RGB Percentages of Color #dccd43

%44.72
%41.67
%13.62

CMYK Percentages of Color #dccd43

%0
%7
%70
%14

Triadic Colors of #dccd43

#dccd43 #43dccd #cd43dc

Analogous Colors of #dccd43

#dccd43 #9fdc43 #dc8143

Monochromatic Colors of #dccd43

#dccd43

Complementary Color

#dccd43 #4352dc

#dccd43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd43 Color CSS Codes

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

#dccd43 Text Font Color

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

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


#dccd43 Background Color

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

This div background color is #dccd43


#dccd43 Border Color

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

This div border color is #dccd43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd43


Comments

No comments written yet.

Please login to write comment.