#D2A897

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

Shades of Rose #D2A897

Tints of Rose #D2A897

Color information

#D2A897 (or 0xD2A897) is unknown color: approx Rose. HEX triplet: D2, A8 and 97. RGB value is (210,168,151). Sum of RGB (Red+Green+Blue) = 210+168+151=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A897 is #2D5768. Grayscale: #B2B2B2. Windows color (decimal): -2971497 or 9939154. OLE color: 9939154.

HSL color Cylindrical-coordinate representation of color #D2A897: hue angle of 17.29º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2A897 is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210168151-
CMYK00.20.280.18
HSL17.29º39.6%70.78%-
HSV(B)17.29º28.1%82.35%-
XYZ46.1743.9435.33-
YUV178.62112.41150.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=39.70%
G=31.76%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016815100.20.280.1817.2939.670.78
HexD2A8970141C12112847
Octal32225022702434222150107
Binary1101001010101000100101110101001110010010100011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A897; }

 p { color: rgb(210,168,151); }

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

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

 a { background-color: rgb(210,168,151); }

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

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

 span { border-color: rgb(210,168,151); }

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