#DBAC98

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

Shades of Rose #DBAC98

Tints of Rose #DBAC98

Color information

#DBAC98 (or 0xDBAC98) is unknown color: approx Rose. HEX triplet: DB, AC and 98. RGB value is (219,172,152). Sum of RGB (Red+Green+Blue) = 219+172+152=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC98 is #245367. Grayscale: #B7B7B7. Windows color (decimal): -2380648 or 10005723. OLE color: 10005723.

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

Color convert

RGB219172152-
CMYK00.210.310.14
HSL17.91º48.2%72.75%-
HSV(B)17.91º30.59%85.88%-
XYZ49.6346.8336.13-
YUV183.77110.07153.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=40.33%
G=31.68%
B=27.99%

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
Decimal21917215200.210.310.1417.9148.272.75
HexDBAC980151FE123049
Octal33325423002537162260111
Binary110110111010110010011000010101111111110100101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC98; }

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

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

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

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

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

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

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

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