Color Hex Logo

#dbc851 Color Hex

#DBC851
(219,200,81)
0 Favorites   0 Comments

Color spaces of #dbc851

RGB 21920081
HSL0.140.660.59
HSV52°63°86°
CMYK 0.000.090.63   0.14
XYZ51.352956.962716.0729
Yxy56.96270.41280.4579
Hunter Lab75.4736-10.626040.2051
CIE-Lab80.1586-7.241460.0908

#dbc851 color RGB value is (219,200,81).

#dbc851 hex color red value is 219, green value is 200 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dbc851 hue: 0.14 , saturation: 0.66 and the lightness value of dbc851 is 0.59.

The process color (four color CMYK) of #dbc851 color hex is 0.00, 0.09, 0.63, 0.14. Web safe color of #dbc851 is #cccc66. Color #dbc851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01010001
Octal 333 310 121
Decimal 219 200 81
Hex DB C8 51

RGB Percentages of Color #dbc851

%43.80
%40.00
%16.20

CMYK Percentages of Color #dbc851

%0
%9
%63
%14

Triadic Colors of #dbc851

#dbc851 #51dbc8 #c851db

Analogous Colors of #dbc851

#dbc851 #a9db51 #db8351

Monochromatic Colors of #dbc851

#dbc851

Complementary Color

#dbc851 #5164db

#dbc851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc851 Color CSS Codes

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

#dbc851 Text Font Color

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

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


#dbc851 Background Color

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

This div background color is #dbc851


#dbc851 Border Color

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

This div border color is #dbc851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc851

#dbc851 Color Palettes


Comments

No comments written yet.

Please login to write comment.