Color Hex Logo

#dbd087 Color Hex

#DBD087
(219,208,135)
0 Favorites   0 Comments

Color spaces of #dbd087

RGB 219208135
HSL0.140.540.69
HSV52°38°86°
CMYK 0.000.050.38   0.14
XYZ56.142561.921131.9146
Yxy61.92110.37430.4129
Hunter Lab78.6900-10.354031.0365
CIE-Lab82.8714-6.648337.6145

#dbd087 color RGB value is (219,208,135).

#dbd087 hex color red value is 219, green value is 208 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dbd087 hue: 0.14 , saturation: 0.54 and the lightness value of dbd087 is 0.69.

The process color (four color CMYK) of #dbd087 color hex is 0.00, 0.05, 0.38, 0.14. Web safe color of #dbd087 is #cccc99. Color #dbd087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 10000111
Octal 333 320 207
Decimal 219 208 135
Hex DB D0 87

RGB Percentages of Color #dbd087

%38.97
%37.01
%24.02

CMYK Percentages of Color #dbd087

%0
%5
%38
%14

Triadic Colors of #dbd087

#dbd087 #87dbd0 #d087db

Analogous Colors of #dbd087

#dbd087 #bcdb87 #dba687

Monochromatic Colors of #dbd087

#dbd087

Complementary Color

#dbd087 #8792db

#dbd087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd087 Color CSS Codes

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

#dbd087 Text Font Color

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

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


#dbd087 Background Color

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

This div background color is #dbd087


#dbd087 Border Color

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

This div border color is #dbd087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd087


Comments

No comments written yet.

Please login to write comment.