#DBAA97

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

Shades of Rose #DBAA97

Tints of Rose #DBAA97

Color information

#DBAA97 (or 0xDBAA97) is unknown color: approx Rose. HEX triplet: DB, AA and 97. RGB value is (219,170,151). Sum of RGB (Red+Green+Blue) = 219+170+151=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA97 is #245568. Grayscale: #B6B6B6. Windows color (decimal): -2381161 or 9939675. OLE color: 9939675.

HSL color Cylindrical-coordinate representation of color #DBAA97: hue angle of 16.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAA97 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219170151-
CMYK00.220.310.14
HSL16.76º48.57%72.55%-
HSV(B)16.76º31.05%85.88%-
XYZ49.1746.0435.57-
YUV182.48110.23154.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=40.56%
G=31.48%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917015100.220.310.1416.7648.5772.55
HexDBAA970161FE113149
Octal33325222702637162161111
Binary110110111010101010010111010110111111110100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA97; }

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

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

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

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

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

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

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

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