#DBAB95

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

Shades of Rose #DBAB95

Tints of Rose #DBAB95

Color information

#DBAB95 (or 0xDBAB95) is unknown color: approx Rose. HEX triplet: DB, AB and 95. RGB value is (219,171,149). Sum of RGB (Red+Green+Blue) = 219+171+149=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB95 is #24546A. Grayscale: #B6B6B6. Windows color (decimal): -2380907 or 9808859. OLE color: 9808859.

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

Color convert

RGB219171149-
CMYK00.220.320.14
HSL18.86º49.3%72.16%-
HSV(B)18.86º31.96%85.88%-
XYZ49.246.3634.79-
YUV182.84108.9153.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=40.63%
G=31.73%
B=27.64%

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
Decimal21917114900.220.320.1418.8649.372.16
HexDBAB9501620E133148
Octal33325322502640162361110
Binary1101101110101011100101010101101000001110100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB95; }

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

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

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

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

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

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

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

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