Color Hex Logo

#dbb08d Color Hex

#DBB08D
(219,176,141)
0 Favorites   0 Comments

Color spaces of #dbb08d

RGB 219176141
HSL0.070.520.71
HSV27°36°86°
CMYK 0.000.200.36   0.14
XYZ49.546548.033831.8594
Yxy48.03380.38280.3711
Hunter Lab69.30646.321721.2595
CIE-Lab74.846210.824723.8546

#dbb08d color RGB value is (219,176,141).

#dbb08d hex color red value is 219, green value is 176 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbb08d hue: 0.07 , saturation: 0.52 and the lightness value of dbb08d is 0.71.

The process color (four color CMYK) of #dbb08d color hex is 0.00, 0.20, 0.36, 0.14. Web safe color of #dbb08d is #cc9999. Color #dbb08d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 10001101
Octal 333 260 215
Decimal 219 176 141
Hex DB B0 8D

RGB Percentages of Color #dbb08d

%40.86
%32.84
%26.31

CMYK Percentages of Color #dbb08d

%0
%20
%36
%14

Triadic Colors of #dbb08d

#dbb08d #8ddbb0 #b08ddb

Analogous Colors of #dbb08d

#dbb08d #dbd78d #db8d91

Monochromatic Colors of #dbb08d

#dbb08d

Complementary Color

#dbb08d #8db8db

#dbb08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb08d Color CSS Codes

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

#dbb08d Text Font Color

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

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


#dbb08d Background Color

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

This div background color is #dbb08d


#dbb08d Border Color

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

This div border color is #dbb08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb08d


Comments

No comments written yet.

Please login to write comment.