Color Hex Logo

#dbc951 Color Hex

#DBC951
(219,201,81)
0 Favorites   0 Comments

Color spaces of #dbc951

RGB 21920181
HSL0.140.660.59
HSV52°63°86°
CMYK 0.000.080.63   0.14
XYZ51.585357.427416.1504
Yxy57.42740.41210.4588
Hunter Lab75.7809-11.108640.4107
CIE-Lab80.4194-7.752060.3708

#dbc951 color RGB value is (219,201,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01010001
Octal 333 311 121
Decimal 219 201 81
Hex DB C9 51

RGB Percentages of Color #dbc951

%43.71
%40.12
%16.17

CMYK Percentages of Color #dbc951

%0
%8
%63
%14

Triadic Colors of #dbc951

#dbc951 #51dbc9 #c951db

Analogous Colors of #dbc951

#dbc951 #a8db51 #db8451

Monochromatic Colors of #dbc951

#dbc951

Complementary Color

#dbc951 #5163db

#dbc951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc951 Color CSS Codes

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

#dbc951 Text Font Color

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

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


#dbc951 Background Color

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

This div background color is #dbc951


#dbc951 Border Color

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

This div border color is #dbc951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc951

#dbc951 Color Palettes


Comments

No comments written yet.

Please login to write comment.