#D8A197

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

Shades of Rose #D8A197

Tints of Rose #D8A197

Color information

#D8A197 (or 0xD8A197) is unknown color: approx Rose. HEX triplet: D8, A1 and 97. RGB value is (216,161,151). Sum of RGB (Red+Green+Blue) = 216+161+151=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A197 is #275E68. Grayscale: #B0B0B0. Windows color (decimal): -2580073 or 9937368. OLE color: 9937368.

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

Color convert

RGB216161151-
CMYK00.250.300.15
HSL9.23º45.45%71.96%-
HSV(B)9.23º30.09%84.71%-
XYZ46.6542.3234.99-
YUV176.3113.72156.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=40.91%
G=30.49%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616115100.250.300.159.2345.4571.96
HexD8A1970191EF92d48
Octal33024122703136171155110
Binary11011000101000011001011101100111110111110011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A197; }

 p { color: rgb(216,161,151); }

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

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

 a { background-color: rgb(216,161,151); }

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

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

 span { border-color: rgb(216,161,151); }

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