#DBB59B

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

Shades of Cashmere #DBB59B

Tints of Cashmere #DBB59B

Color information

#DBB59B (or 0xDBB59B) is unknown color: approx Cashmere. HEX triplet: DB, B5 and 9B. RGB value is (219,181,155). Sum of RGB (Red+Green+Blue) = 219+181+155=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB59B is #244A64. Grayscale: #BDBDBD. Windows color (decimal): -2378341 or 10204635. OLE color: 10204635.

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

Color convert

RGB219181155-
CMYK00.170.290.14
HSL24.38º47.06%73.33%-
HSV(B)24.38º29.22%85.88%-
XYZ51.6550.4738.03-
YUV189.4108.59149.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=39.46%
G=32.61%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918115500.170.290.1424.3847.0673.33
HexDBB59B0111DE182f49
Octal33326523302135163057111
Binary110110111011010110011011010001111011110110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB59B; }

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

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

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

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

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

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

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

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