#DBB19B

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

Shades of Cashmere #DBB19B

Tints of Cashmere #DBB19B

Color information

#DBB19B (or 0xDBB19B) is unknown color: approx Cashmere. HEX triplet: DB, B1 and 9B. RGB value is (219,177,155). Sum of RGB (Red+Green+Blue) = 219+177+155=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19B is #244E64. Grayscale: #BBBBBB. Windows color (decimal): -2379365 or 10203611. OLE color: 10203611.

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

Color convert

RGB219177155-
CMYK00.190.290.14
HSL20.63º47.06%73.33%-
HSV(B)20.63º29.22%85.88%-
XYZ50.8548.8737.76-
YUV187.05109.91150.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=39.75%
G=32.12%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917715500.190.290.1420.6347.0673.33
HexDBB19B0131DE152f49
Octal33326123302335162557111
Binary110110111011000110011011010011111011110101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB19B; }

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

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

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

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

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

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

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

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