#D5A599

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

Shades of Rose #D5A599

Tints of Rose #D5A599

Color information

#D5A599 (or 0xD5A599) is unknown color: approx Rose. HEX triplet: D5, A5 and 99. RGB value is (213,165,153). Sum of RGB (Red+Green+Blue) = 213+165+153=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A599 is #2A5A66. Grayscale: #B2B2B2. Windows color (decimal): -2775655 or 10069461. OLE color: 10069461.

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

Color convert

RGB213165153-
CMYK00.230.280.16
HSL12º41.67%71.76%-
HSV(B)12º28.17%83.53%-
XYZ46.6543.3636.05-
YUV177.98113.9152.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=40.11%
G=31.07%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316515300.230.280.161241.6771.76
HexD5A5990171C10c2a48
Octal32524523102734201452110
Binary110101011010010110011001010111111001000011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A599; }

 p { color: rgb(213,165,153); }

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

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

 a { background-color: rgb(213,165,153); }

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

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

 span { border-color: rgb(213,165,153); }

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