#DBAC97

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

Shades of Rose #DBAC97

Tints of Rose #DBAC97

Color information

#DBAC97 (or 0xDBAC97) is unknown color: approx Rose. HEX triplet: DB, AC and 97. RGB value is (219,172,151). Sum of RGB (Red+Green+Blue) = 219+172+151=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC97 is #245368. Grayscale: #B7B7B7. Windows color (decimal): -2380649 or 9940187. OLE color: 9940187.

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

Color convert

RGB219172151-
CMYK00.210.310.14
HSL18.53º48.57%72.55%-
HSV(B)18.53º31.05%85.88%-
XYZ49.5546.835.7-
YUV183.66109.57153.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=40.41%
G=31.73%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917215100.210.310.1418.5348.5772.55
HexDBAC970151FE133149
Octal33325422702537162361111
Binary110110111010110010010111010101111111110100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC97; }

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

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

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

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

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

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

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

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