#D2AA96

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

Shades of Rose #D2AA96

Tints of Rose #D2AA96

Color information

#D2AA96 (or 0xD2AA96) is unknown color: approx Rose. HEX triplet: D2, AA and 96. RGB value is (210,170,150). Sum of RGB (Red+Green+Blue) = 210+170+150=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA96 is #2D5569. Grayscale: #B3B3B3. Windows color (decimal): -2970986 or 9874130. OLE color: 9874130.

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

Color convert

RGB210170150-
CMYK00.190.290.18
HSL20º40%70.59%-
HSV(B)20º28.57%82.35%-
XYZ46.4644.6535.02-
YUV179.68111.25149.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=39.62%
G=32.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017015000.190.290.18204070.59
HexD2AA960131D12142847
Octal32225222602335222450107
Binary1101001010101010100101100100111110110010101001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA96; }

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

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

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

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

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

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

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

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