#D5A997

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

Shades of Rose #D5A997

Tints of Rose #D5A997

Color information

#D5A997 (or 0xD5A997) is unknown color: approx Rose. HEX triplet: D5, A9 and 97. RGB value is (213,169,151). Sum of RGB (Red+Green+Blue) = 213+169+151=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A997 is #2A5668. Grayscale: #B4B4B4. Windows color (decimal): -2774633 or 9939413. OLE color: 9939413.

HSL color Cylindrical-coordinate representation of color #D5A997: hue angle of 17.42º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A997 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213169151-
CMYK00.210.290.16
HSL17.42º42.47%71.37%-
HSV(B)17.42º29.11%83.53%-
XYZ47.2144.7635.43-
YUV180.1111.58151.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=39.96%
G=31.71%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316915100.210.290.1617.4242.4771.37
HexD5A9970151D10112a47
Octal32525122702535202152107
Binary1101010110101001100101110101011110110000100011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A997; }

 p { color: rgb(213,169,151); }

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

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

 a { background-color: rgb(213,169,151); }

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

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

 span { border-color: rgb(213,169,151); }

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