#DBB59C

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

Shades of Cashmere #DBB59C

Tints of Cashmere #DBB59C

Color information

#DBB59C (or 0xDBB59C) is unknown color: approx Cashmere. HEX triplet: DB, B5 and 9C. RGB value is (219,181,156). Sum of RGB (Red+Green+Blue) = 219+181+156=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB59C is #244A63. Grayscale: #BDBDBD. Windows color (decimal): -2378340 or 10270171. OLE color: 10270171.

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

Color convert

RGB219181156-
CMYK00.170.290.14
HSL23.81º46.67%73.53%-
HSV(B)23.81º28.77%85.88%-
XYZ51.7450.5138.47-
YUV189.51109.09149.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=39.39%
G=32.55%
B=28.06%

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
Decimal21918115600.170.290.1423.8146.6773.53
HexDBB59C0111DE182f4a
Octal33326523402135163057112
Binary110110111011010110011100010001111011110110001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB59C; }

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

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

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

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

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

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

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

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