Color Hex Logo

#dcbe0f Color Hex

#DCBE0F
(220,190,15)
0 Favorites   0 Comments

Color spaces of #dcbe0f

RGB 22019015
HSL0.140.870.46
HSV51°93°86°
CMYK 0.000.140.93   0.14
XYZ48.014952.07707.9732
Yxy52.07700.44430.4819
Hunter Lab72.1644-7.521943.9643
CIE-Lab77.3269-4.057577.2350

#dcbe0f color RGB value is (220,190,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 00001111
Octal 334 276 17
Decimal 220 190 15
Hex DC BE F

RGB Percentages of Color #dcbe0f

%51.76
%44.71
%3.53

CMYK Percentages of Color #dcbe0f

%0
%14
%93
%14

Triadic Colors of #dcbe0f

#dcbe0f #0fdcbe #be0fdc

Analogous Colors of #dcbe0f

#dcbe0f #94dc0f #dc570f

Monochromatic Colors of #dcbe0f

#dcbe0f

Complementary Color

#dcbe0f #0f2ddc

#dcbe0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe0f Color CSS Codes

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

#dcbe0f Text Font Color

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

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


#dcbe0f Background Color

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

This div background color is #dcbe0f


#dcbe0f Border Color

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

This div border color is #dcbe0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe0f


Comments

No comments written yet.

Please login to write comment.