#D6A699

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

Shades of Rose #D6A699

Tints of Rose #D6A699

Color information

#D6A699 (or 0xD6A699) is unknown color: approx Rose. HEX triplet: D6, A6 and 99. RGB value is (214,166,153). Sum of RGB (Red+Green+Blue) = 214+166+153=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A699 is #295966. Grayscale: #B2B2B2. Windows color (decimal): -2709863 or 10069718. OLE color: 10069718.

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

Color convert

RGB214166153-
CMYK00.220.290.16
HSL12.79º42.66%71.96%-
HSV(B)12.79º28.5%83.92%-
XYZ47.1243.8736.12-
YUV178.87113.4153.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=40.15%
G=31.14%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416615300.220.290.1612.7942.6671.96
HexD6A6990161D10d2b48
Octal32624623102635201553110
Binary110101101010011010011001010110111011000011011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A699; }

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

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

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

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

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

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

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

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