#DBAC9B

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

Shades of Rose #DBAC9B

Tints of Rose #DBAC9B

Color information

#DBAC9B (or 0xDBAC9B) is unknown color: approx Rose. HEX triplet: DB, AC and 9B. RGB value is (219,172,155). Sum of RGB (Red+Green+Blue) = 219+172+155=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC9B is #245364. Grayscale: #B8B8B8. Windows color (decimal): -2380645 or 10202331. OLE color: 10202331.

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

Color convert

RGB219172155-
CMYK00.210.290.14
HSL15.94º47.06%73.33%-
HSV(B)15.94º29.22%85.88%-
XYZ49.8846.9337.44-
YUV184.12111.57152.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=40.11%
G=31.50%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917215500.210.290.1415.9447.0673.33
HexDBAC9B0151DE102f49
Octal33325423302535162057111
Binary110110111010110010011011010101111011110100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC9B; }

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

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

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

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

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

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

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

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