Color Hex Logo

#dccd3b Color Hex

#DCCD3B
(220,205,59)
0 Favorites   0 Comments

Color spaces of #dccd3b

RGB 22020559
HSL0.150.700.55
HSV54°73°86°
CMYK 0.000.070.73   0.14
XYZ52.135959.194112.8154
Yxy59.19410.42000.4768
Hunter Lab76.9377-13.682643.9805
CIE-Lab81.3982-10.525069.9140

#dccd3b color RGB value is (220,205,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00111011
Octal 334 315 73
Decimal 220 205 59
Hex DC CD 3B

RGB Percentages of Color #dccd3b

%45.45
%42.36
%12.19

CMYK Percentages of Color #dccd3b

%0
%7
%73
%14

Triadic Colors of #dccd3b

#dccd3b #3bdccd #cd3bdc

Analogous Colors of #dccd3b

#dccd3b #9bdc3b #dc7d3b

Monochromatic Colors of #dccd3b

#dccd3b

Complementary Color

#dccd3b #3b4adc

#dccd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd3b Color CSS Codes

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

#dccd3b Text Font Color

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

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


#dccd3b Background Color

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

This div background color is #dccd3b


#dccd3b Border Color

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

This div border color is #dccd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd3b


Comments

No comments written yet.

Please login to write comment.