#DBA298

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

Shades of Rose #DBA298

Tints of Rose #DBA298

Color information

#DBA298 (or 0xDBA298) is unknown color: approx Rose. HEX triplet: DB, A2 and 98. RGB value is (219,162,152). Sum of RGB (Red+Green+Blue) = 219+162+152=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA298 is #245D67. Grayscale: #B2B2B2. Windows color (decimal): -2383208 or 10003163. OLE color: 10003163.

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

Color convert

RGB219162152-
CMYK00.260.310.14
HSL8.96º48.2%72.75%-
HSV(B)8.96º30.59%85.88%-
XYZ47.843.1735.52-
YUV177.9113.38157.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=41.09%
G=30.39%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916215200.260.310.148.9648.272.75
HexDBA29801A1FE93049
Octal33324223003237161160111
Binary11011011101000101001100001101011111111010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA298; }

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

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

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

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

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

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

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

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