Color Hex Logo

#dbd951 Color Hex

#DBD951
(219,217,81)
0 Favorites   0 Comments

Color spaces of #dbd951

RGB 21921781
HSL0.160.660.59
HSV59°63°86°
CMYK 0.000.010.63   0.14
XYZ55.511565.279917.4591
Yxy65.27990.40150.4722
Hunter Lab80.7960-18.753243.7453
CIE-Lab84.6278-15.796364.8409

#dbd951 color RGB value is (219,217,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01010001
Octal 333 331 121
Decimal 219 217 81
Hex DB D9 51

RGB Percentages of Color #dbd951

%42.36
%41.97
%15.67

CMYK Percentages of Color #dbd951

%0
%1
%63
%14

Triadic Colors of #dbd951

#dbd951 #51dbd9 #d951db

Analogous Colors of #dbd951

#dbd951 #98db51 #db9451

Monochromatic Colors of #dbd951

#dbd951

Complementary Color

#dbd951 #5153db

#dbd951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd951 Color CSS Codes

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

#dbd951 Text Font Color

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

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


#dbd951 Background Color

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

This div background color is #dbd951


#dbd951 Border Color

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

This div border color is #dbd951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd951


Comments

No comments written yet.

Please login to write comment.