#DBA098

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

Shades of Rose #DBA098

Tints of Rose #DBA098

Color information

#DBA098 (or 0xDBA098) is unknown color: approx Rose. HEX triplet: DB, A0 and 98. RGB value is (219,160,152). Sum of RGB (Red+Green+Blue) = 219+160+152=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA098 is #245F67. Grayscale: #B0B0B0. Windows color (decimal): -2383720 or 10002651. OLE color: 10002651.

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

Color convert

RGB219160152-
CMYK00.270.310.14
HSL7.16º48.2%72.75%-
HSV(B)7.16º30.59%85.88%-
XYZ47.4542.4735.4-
YUV176.73114.05158.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=41.24%
G=30.13%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916015200.270.310.147.1648.272.75
HexDBA09801B1FE73049
Octal3332402300333716760111
Binary1101101110100000100110000110111111111101111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA098; }

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

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

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

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

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

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

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

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