#DBB99E

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

Shades of Cashmere #DBB99E

Tints of Cashmere #DBB99E

Color information

#DBB99E (or 0xDBB99E) is unknown color: approx Cashmere. HEX triplet: DB, B9 and 9E. RGB value is (219,185,158). Sum of RGB (Red+Green+Blue) = 219+185+158=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB99E is #244661. Grayscale: #C0C0C0. Windows color (decimal): -2377314 or 10402267. OLE color: 10402267.

HSL color Cylindrical-coordinate representation of color #DBB99E: hue angle of 26.56º 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 #DBB99E is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219185158-
CMYK00.160.280.14
HSL26.56º45.86%73.92%-
HSV(B)26.56º27.85%85.88%-
XYZ52.7352.2339.65-
YUV192.09108.76147.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=38.97%
G=32.92%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918515800.160.280.1426.5645.8673.92
HexDBB99E0101CE1b2e4a
Octal33327123602034163356112
Binary110110111011100110011110010000111001110110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB99E; }

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

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

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

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

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

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

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

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