#D6A496

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

Shades of Rose #D6A496

Tints of Rose #D6A496

Color information

#D6A496 (or 0xD6A496) is unknown color: approx Rose. HEX triplet: D6, A4 and 96. RGB value is (214,164,150). Sum of RGB (Red+Green+Blue) = 214+164+150=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A496 is #295B69. Grayscale: #B1B1B1. Windows color (decimal): -2710378 or 9872598. OLE color: 9872598.

HSL color Cylindrical-coordinate representation of color #D6A496: hue angle of 13.13º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6A496 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214164150-
CMYK00.230.300.16
HSL13.13º43.84%71.37%-
HSV(B)13.13º29.91%83.92%-
XYZ46.5143.0534.71-
YUV177.35112.56154.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=40.53%
G=31.06%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416415000.230.300.1613.1343.8471.37
HexD6A4960171E10d2c47
Octal32624422602736201554107
Binary110101101010010010010110010111111101000011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A496; }

 p { color: rgb(214,164,150); }

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

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

 a { background-color: rgb(214,164,150); }

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

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

 span { border-color: rgb(214,164,150); }

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