#DBAB96

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

Shades of Rose #DBAB96

Tints of Rose #DBAB96

Color information

#DBAB96 (or 0xDBAB96) is unknown color: approx Rose. HEX triplet: DB, AB and 96. RGB value is (219,171,150). Sum of RGB (Red+Green+Blue) = 219+171+150=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB96 is #245469. Grayscale: #B7B7B7. Windows color (decimal): -2380906 or 9874395. OLE color: 9874395.

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

Color convert

RGB219171150-
CMYK00.220.320.14
HSL18.26º48.94%72.35%-
HSV(B)18.26º31.51%85.88%-
XYZ49.2846.3935.21-
YUV182.96109.4153.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=40.56%
G=31.67%
B=27.78%

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
Decimal21917115000.220.320.1418.2648.9472.35
HexDBAB9601620E123148
Octal33325322602640162261110
Binary1101101110101011100101100101101000001110100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB96; }

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

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

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

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

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

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

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

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