#D6A999

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

Shades of Rose #D6A999

Tints of Rose #D6A999

Color information

#D6A999 (or 0xD6A999) is unknown color: approx Rose. HEX triplet: D6, A9 and 99. RGB value is (214,169,153). Sum of RGB (Red+Green+Blue) = 214+169+153=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A999 is #295666. Grayscale: #B4B4B4. Windows color (decimal): -2709095 or 10070486. OLE color: 10070486.

HSL color Cylindrical-coordinate representation of color #D6A999: hue angle of 15.74º 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 #D6A999 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214169153-
CMYK00.210.290.16
HSL15.74º42.66%71.96%-
HSV(B)15.74º28.5%83.92%-
XYZ47.6744.9736.31-
YUV180.63112.41151.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=39.93%
G=31.53%
B=28.54%

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
Decimal21416915300.210.290.1615.7442.6671.96
HexD6A9990151D10102b48
Octal32625123102535202053110
Binary1101011010101001100110010101011110110000100001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A999; }

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

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

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

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

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

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

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

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