#DBAA91

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

Shades of Rose #DBAA91

Tints of Rose #DBAA91

Color information

#DBAA91 (or 0xDBAA91) is unknown color: approx Rose. HEX triplet: DB, AA and 91. RGB value is (219,170,145). Sum of RGB (Red+Green+Blue) = 219+170+145=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA91 is #24556E. Grayscale: #B5B5B5. Windows color (decimal): -2381167 or 9546459. OLE color: 9546459.

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

Color convert

RGB219170145-
CMYK00.220.340.14
HSL20.27º50.68%71.37%-
HSV(B)20.27º33.79%85.88%-
XYZ48.745.8533.07-
YUV181.8107.23154.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=41.01%
G=31.84%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917014500.220.340.1420.2750.6871.37
HexDBAA9101622E143347
Octal33325222102642162463107
Binary1101101110101010100100010101101000101110101001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA91; }

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

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

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

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

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

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

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

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