#D6AA99

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

Shades of Rose #D6AA99

Tints of Rose #D6AA99

Color information

#D6AA99 (or 0xD6AA99) is unknown color: approx Rose. HEX triplet: D6, AA and 99. RGB value is (214,170,153). Sum of RGB (Red+Green+Blue) = 214+170+153=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA99 is #295566. Grayscale: #B5B5B5. Windows color (decimal): -2708839 or 10070742. OLE color: 10070742.

HSL color Cylindrical-coordinate representation of color #D6AA99: hue angle of 16.72º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6AA99 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214170153-
CMYK00.210.290.16
HSL16.72º42.66%71.96%-
HSV(B)16.72º28.5%83.92%-
XYZ47.8645.3536.37-
YUV181.22112.08151.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=39.85%
G=31.66%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417015300.210.290.1616.7242.6671.96
HexD6AA990151D10112b48
Octal32625223102535202153110
Binary1101011010101010100110010101011110110000100011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA99; }

 p { color: rgb(214,170,153); }

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

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

 a { background-color: rgb(214,170,153); }

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

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

 span { border-color: rgb(214,170,153); }

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