#DBAA96

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

Shades of Rose #DBAA96

Tints of Rose #DBAA96

Color information

#DBAA96 (or 0xDBAA96) is unknown color: approx Rose. HEX triplet: DB, AA and 96. RGB value is (219,170,150). Sum of RGB (Red+Green+Blue) = 219+170+150=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA96 is #245569. Grayscale: #B6B6B6. Windows color (decimal): -2381162 or 9874139. OLE color: 9874139.

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

Color convert

RGB219170150-
CMYK00.220.320.14
HSL17.39º48.94%72.35%-
HSV(B)17.39º31.51%85.88%-
XYZ49.0946.0135.15-
YUV182.37109.73154.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=40.63%
G=31.54%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917015000.220.320.1417.3948.9472.35
HexDBAA9601620E113148
Octal33325222602640162161110
Binary1101101110101010100101100101101000001110100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA96; }

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

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

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

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

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

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

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

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