Color Hex Logo

#dccd3f Color Hex

#DCCD3F
(220,205,63)
0 Favorites   0 Comments

Color spaces of #dccd3f

RGB 22020563
HSL0.150.690.55
HSV54°71°86°
CMYK 0.000.070.71   0.14
XYZ52.243759.237213.3830
Yxy59.23720.41840.4744
Hunter Lab76.9657-13.525643.5665
CIE-Lab81.4218-10.344968.5286

#dccd3f color RGB value is (220,205,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00111111
Octal 334 315 77
Decimal 220 205 63
Hex DC CD 3F

RGB Percentages of Color #dccd3f

%45.08
%42.01
%12.91

CMYK Percentages of Color #dccd3f

%0
%7
%71
%14

Triadic Colors of #dccd3f

#dccd3f #3fdccd #cd3fdc

Analogous Colors of #dccd3f

#dccd3f #9ddc3f #dc7f3f

Monochromatic Colors of #dccd3f

#dccd3f

Complementary Color

#dccd3f #3f4edc

#dccd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd3f Color CSS Codes

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

#dccd3f Text Font Color

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

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


#dccd3f Background Color

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

This div background color is #dccd3f


#dccd3f Border Color

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

This div border color is #dccd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd3f


Comments

No comments written yet.

Please login to write comment.