#DBAC91

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

Shades of Cashmere #DBAC91

Tints of Cashmere #DBAC91

Color information

#DBAC91 (or 0xDBAC91) is unknown color: approx Cashmere. HEX triplet: DB, AC and 91. RGB value is (219,172,145). Sum of RGB (Red+Green+Blue) = 219+172+145=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC91 is #24536E. Grayscale: #B7B7B7. Windows color (decimal): -2380655 or 9546971. OLE color: 9546971.

HSL color Cylindrical-coordinate representation of color #DBAC91: hue angle of 21.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBAC91 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219172145-
CMYK00.210.340.14
HSL21.89º50.68%71.37%-
HSV(B)21.89º33.79%85.88%-
XYZ49.0846.6133.2-
YUV182.98106.57153.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=40.86%
G=32.09%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917214500.210.340.1421.8950.6871.37
HexDBAC9101522E163347
Octal33325422102542162663107
Binary1101101110101100100100010101011000101110101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC91; }

 p { color: rgb(219,172,145); }

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

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

 a { background-color: rgb(219,172,145); }

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

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

 span { border-color: rgb(219,172,145); }

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