#DBB599

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

Shades of Cashmere #DBB599

Tints of Cashmere #DBB599

Color information

#DBB599 (or 0xDBB599) is unknown color: approx Cashmere. HEX triplet: DB, B5 and 99. RGB value is (219,181,153). Sum of RGB (Red+Green+Blue) = 219+181+153=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB599 is #244A66. Grayscale: #BDBDBD. Windows color (decimal): -2378343 or 10073563. OLE color: 10073563.

HSL color Cylindrical-coordinate representation of color #DBB599: hue angle of 25.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB599 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219181153-
CMYK00.170.300.14
HSL25.45º47.83%72.94%-
HSV(B)25.45º30.14%85.88%-
XYZ51.4950.4137.15-
YUV189.17107.59149.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=39.60%
G=32.73%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918115300.170.300.1425.4547.8372.94
HexDBB5990111EE193049
Octal33326523102136163160111
Binary110110111011010110011001010001111101110110011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB599; }

 p { color: rgb(219,181,153); }

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

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

 a { background-color: rgb(219,181,153); }

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

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

 span { border-color: rgb(219,181,153); }

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