#DBB19A

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

Shades of Cashmere #DBB19A

Tints of Cashmere #DBB19A

Color information

#DBB19A (or 0xDBB19A) is unknown color: approx Cashmere. HEX triplet: DB, B1 and 9A. RGB value is (219,177,154). Sum of RGB (Red+Green+Blue) = 219+177+154=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19A is #244E65. Grayscale: #BBBBBB. Windows color (decimal): -2379366 or 10138075. OLE color: 10138075.

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

Color convert

RGB219177154-
CMYK00.190.300.14
HSL21.23º47.45%73.14%-
HSV(B)21.23º29.68%85.88%-
XYZ50.7748.8437.32-
YUV186.94109.41150.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 154 (60.55% from 255) = 28%
R=39.82%
G=32.18%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917715400.190.300.1421.2347.4573.14
HexDBB19A0131EE152f49
Octal33326123202336162557111
Binary110110111011000110011010010011111101110101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB19A; }

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

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

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

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

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

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

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

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