#DBB39E

Color #DBB39E Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DBB39E

Tints of Cashmere #DBB39E

Color information

#DBB39E (or 0xDBB39E) is unknown color: approx Cashmere. HEX triplet: DB, B3 and 9E. RGB value is (219,179,158). Sum of RGB (Red+Green+Blue) = 219+179+158=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB39E is #244C61. Grayscale: #BCBCBC. Windows color (decimal): -2378850 or 10400731. OLE color: 10400731.

HSL color Cylindrical-coordinate representation of color #DBB39E: hue angle of 20.66º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB39E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219179158-
CMYK00.180.280.14
HSL20.66º45.86%73.92%-
HSV(B)20.66º27.85%85.88%-
XYZ51.5149.7739.24-
YUV188.57110.75149.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=39.39%
G=32.19%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917915800.180.280.1420.6645.8673.92
HexDBB39E0121CE152e4a
Octal33326323602234162556112
Binary110110111011001110011110010010111001110101011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB39E; }

 p { color: rgb(219,179,158); }

 H1.HeaderClassName
 {
   color: #DBB39E;
 }
 .AnyTagClassName
 {
   color: #DBB39E;
 }
</style>
background-color css

<style>
 a { background-color: #DBB39E; }

 a { background-color: rgb(219,179,158); }

 div.DivClassName
 {
   background-color: #DBB39E;
 }
 .BgClassName
 {
   background-color: #DBB39E;
 }
</style>
border-color css

<style>
 span { border-color: #DBB39E; }

 span { border-color: rgb(219,179,158); }

 td.TdClassName
 {
   border-color: #DBB39E;
 }
 .TagClassName
 {
   border-color: #DBB39E;
 }
</style>