#D7A497

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

Shades of Rose #D7A497

Tints of Rose #D7A497

Color information

#D7A497 (or 0xD7A497) is unknown color: approx Rose. HEX triplet: D7, A4 and 97. RGB value is (215,164,151). Sum of RGB (Red+Green+Blue) = 215+164+151=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A497 is #285B68. Grayscale: #B1B1B1. Windows color (decimal): -2644841 or 9938135. OLE color: 9938135.

HSL color Cylindrical-coordinate representation of color #D7A497: hue angle of 12.19º degrees, saturation: 0.44, 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 #D7A497 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215164151-
CMYK00.240.300.16
HSL12.19º44.44%71.76%-
HSV(B)12.19º29.77%84.31%-
XYZ46.8943.2335.15-
YUV177.77112.9154.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=40.57%
G=30.94%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516415100.240.300.1612.1944.4471.76
HexD7A4970181E10c2c48
Octal32724422703036201454110
Binary110101111010010010010111011000111101000011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A497; }

 p { color: rgb(215,164,151); }

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

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

 a { background-color: rgb(215,164,151); }

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

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

 span { border-color: rgb(215,164,151); }

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