Color Hex Logo

#dcbd0f Color Hex

#DCBD0F
(220,189,15)
0 Favorites   0 Comments

Color spaces of #dcbd0f

RGB 22018915
HSL0.140.870.46
HSV51°93°86°
CMYK 0.000.140.93   0.14
XYZ47.799051.64537.9012
Yxy51.64530.44530.4811
Hunter Lab71.8647-7.038343.7866
CIE-Lab77.0683-3.540677.0417

#dcbd0f color RGB value is (220,189,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 00001111
Octal 334 275 17
Decimal 220 189 15
Hex DC BD F

RGB Percentages of Color #dcbd0f

%51.89
%44.58
%3.54

CMYK Percentages of Color #dcbd0f

%0
%14
%93
%14

Triadic Colors of #dcbd0f

#dcbd0f #0fdcbd #bd0fdc

Analogous Colors of #dcbd0f

#dcbd0f #95dc0f #dc570f

Monochromatic Colors of #dcbd0f

#dcbd0f

Complementary Color

#dcbd0f #0f2edc

#dcbd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd0f Color CSS Codes

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

#dcbd0f Text Font Color

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

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


#dcbd0f Background Color

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

This div background color is #dcbd0f


#dcbd0f Border Color

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

This div border color is #dcbd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd0f


Comments

No comments written yet.

Please login to write comment.