#DBB099

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

Shades of Cashmere #DBB099

Tints of Cashmere #DBB099

Color information

#DBB099 (or 0xDBB099) is unknown color: approx Cashmere. HEX triplet: DB, B0 and 99. RGB value is (219,176,153). Sum of RGB (Red+Green+Blue) = 219+176+153=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB099 is #244F66. Grayscale: #BABABA. Windows color (decimal): -2379623 or 10072283. OLE color: 10072283.

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

Color convert

RGB219176153-
CMYK00.200.300.14
HSL20.91º47.83%72.94%-
HSV(B)20.91º30.14%85.88%-
XYZ50.4948.4136.82-
YUV186.24109.25151.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=39.96%
G=32.12%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917615300.200.300.1420.9147.8372.94
HexDBB0990141EE153049
Octal33326023102436162560111
Binary110110111011000010011001010100111101110101011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB099; }

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

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

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

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

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

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

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

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