#DBAB9B

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

Shades of Rose #DBAB9B

Tints of Rose #DBAB9B

Color information

#DBAB9B (or 0xDBAB9B) is unknown color: approx Rose. HEX triplet: DB, AB and 9B. RGB value is (219,171,155). Sum of RGB (Red+Green+Blue) = 219+171+155=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB9B is #245464. Grayscale: #B7B7B7. Windows color (decimal): -2380901 or 10202075. OLE color: 10202075.

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

Color convert

RGB219171155-
CMYK00.220.290.14
HSL15º47.06%73.33%-
HSV(B)15º29.22%85.88%-
XYZ49.6946.5537.38-
YUV183.53111.9153.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=40.18%
G=31.38%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917115500.220.290.141547.0673.33
HexDBAB9B0161DEf2f49
Octal33325323302635161757111
Binary11011011101010111001101101011011101111011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB9B; }

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

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

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

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

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

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

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

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