Color Hex Logo

#dcdb0f Color Hex

#DCDB0F
(220,219,15)
0 Favorites   0 Comments

Color spaces of #dcdb0f

RGB 22021915
HSL0.170.870.46
HSV60°93°86°
CMYK 0.000.000.93   0.14
XYZ54.932965.913210.2792
Yxy65.91320.41890.5027
Hunter Lab81.1869-21.300149.3241
CIE-Lab84.9521-18.651582.9880

#dcdb0f color RGB value is (220,219,15).

#dcdb0f hex color red value is 220, green value is 219 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dcdb0f hue: 0.17 , saturation: 0.87 and the lightness value of dcdb0f is 0.46.

The process color (four color CMYK) of #dcdb0f color hex is 0.00, 0.00, 0.93, 0.14. Web safe color of #dcdb0f is #cccc00. Color #dcdb0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 00001111
Octal 334 333 17
Decimal 220 219 15
Hex DC DB F

RGB Percentages of Color #dcdb0f

%48.46
%48.24
%3.30

CMYK Percentages of Color #dcdb0f

%0
%0
%93
%14

Triadic Colors of #dcdb0f

#dcdb0f #0fdcdb #db0fdc

Analogous Colors of #dcdb0f

#dcdb0f #77dc0f #dc750f

Monochromatic Colors of #dcdb0f

#dcdb0f

Complementary Color

#dcdb0f #0f10dc

#dcdb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb0f Color CSS Codes

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

#dcdb0f Text Font Color

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

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


#dcdb0f Background Color

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

This div background color is #dcdb0f


#dcdb0f Border Color

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

This div border color is #dcdb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb0f


Comments

No comments written yet.

Please login to write comment.