#D7A696

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

Shades of Rose #D7A696

Tints of Rose #D7A696

Color information

#D7A696 (or 0xD7A696) is unknown color: approx Rose. HEX triplet: D7, A6 and 96. RGB value is (215,166,150). Sum of RGB (Red+Green+Blue) = 215+166+150=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A696 is #285969. Grayscale: #B2B2B2. Windows color (decimal): -2644330 or 9873111. OLE color: 9873111.

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

Color convert

RGB215166150-
CMYK00.230.300.16
HSL14.77º44.83%71.57%-
HSV(B)14.77º30.23%84.31%-
XYZ47.1743.9234.85-
YUV178.83111.73153.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=40.49%
G=31.26%
B=28.25%

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
Decimal21516615000.230.300.1614.7744.8371.57
HexD7A6960171E10f2d48
Octal32724622602736201755110
Binary110101111010011010010110010111111101000011111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A696; }

 p { color: rgb(215,166,150); }

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

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

 a { background-color: rgb(215,166,150); }

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

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

 span { border-color: rgb(215,166,150); }

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