color codes Logo

#dcd13f color codes

#DCD13F
(220,209,63)
0 Favorites   0 Comments

Color spaces of #dcd13f

RGB 22020963
HSL0.150.690.55
HSV56°71°86°
CMYK 0.000.050.71   0.14
XYZ53.212961.175513.7061
Yxy61.17550.41540.4776
Hunter Lab78.2148-15.434644.3606
CIE-Lab82.4730-12.358769.5471

#dcd13f color RGB value is (220,209,63).

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

The process color (four color CMYK) of #dcd13f color code is 0.00, 0.05, 0.71, 0.14. Web safe color of #dcd13f is #cccc33. Color #dcd13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 00111111
Octal 334 321 77
Decimal 220 209 63
Hex DC D1 3F

RGB Percentages of Color #dcd13f

%44.72
%42.48
%12.80

CMYK Percentages of Color #dcd13f

%0
%5
%71
%14

Triadic Colors of #dcd13f

#dcd13f #3fdcd1 #d13fdc

Analogous Colors of #dcd13f

#dcd13f #99dc3f #dc833f

Monochromatic Colors of #dcd13f

#dcd13f

Complementary Color

#dcd13f #3f4adc

#dcd13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd13f Color CSS Codes

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

#dcd13f Text Font Color

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

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


#dcd13f Background Color

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

This div background color is #dcd13f


#dcd13f Border Color

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

This div border color is #dcd13f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,209,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 #dcd13f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd13f


Comments

No comments written yet.

Please login to write comment.