Color Hex Logo

#dbd151 Color Hex

#DBD151
(219,209,81)
0 Favorites   0 Comments

Color spaces of #dbd151

RGB 21920981
HSL0.150.660.59
HSV56°63°86°
CMYK 0.000.050.63   0.14
XYZ53.499161.255116.7883
Yxy61.25510.40670.4657
Hunter Lab78.2656-14.949842.0680
CIE-Lab82.5157-11.805262.6092

#dbd151 color RGB value is (219,209,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01010001
Octal 333 321 121
Decimal 219 209 81
Hex DB D1 51

RGB Percentages of Color #dbd151

%43.03
%41.06
%15.91

CMYK Percentages of Color #dbd151

%0
%5
%63
%14

Triadic Colors of #dbd151

#dbd151 #51dbd1 #d151db

Analogous Colors of #dbd151

#dbd151 #a0db51 #db8c51

Monochromatic Colors of #dbd151

#dbd151

Complementary Color

#dbd151 #515bdb

#dbd151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd151 Color CSS Codes

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

#dbd151 Text Font Color

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

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


#dbd151 Background Color

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

This div background color is #dbd151


#dbd151 Border Color

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

This div border color is #dbd151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd151


Comments

No comments written yet.

Please login to write comment.