#D2AA98

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

Shades of Rose #D2AA98

Tints of Rose #D2AA98

Color information

#D2AA98 (or 0xD2AA98) is unknown color: approx Rose. HEX triplet: D2, AA and 98. RGB value is (210,170,152). Sum of RGB (Red+Green+Blue) = 210+170+152=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA98 is #2D5567. Grayscale: #B4B4B4. Windows color (decimal): -2970984 or 10005202. OLE color: 10005202.

HSL color Cylindrical-coordinate representation of color #D2AA98: hue angle of 18.62º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AA98 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210170152-
CMYK00.190.280.18
HSL18.62º39.19%70.98%-
HSV(B)18.62º27.62%82.35%-
XYZ46.6244.7235.88-
YUV179.91112.25149.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 152 (59.77% from 255) = 28.57%
R=39.47%
G=31.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017015200.190.280.1818.6239.1970.98
HexD2AA980131C12132747
Octal32225223002334222347107
Binary1101001010101010100110000100111110010010100111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA98; }

 p { color: rgb(210,170,152); }

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

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

 a { background-color: rgb(210,170,152); }

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

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

 span { border-color: rgb(210,170,152); }

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