#D59986

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

Shades of Rose #D59986

Tints of Rose #D59986

Color information

#D59986 (or 0xD59986) is unknown color: approx Rose. HEX triplet: D5, 99 and 86. RGB value is (213,153,134). Sum of RGB (Red+Green+Blue) = 213+153+134=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D59986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59986 is #2A6679. Grayscale: #A8A8A8. Windows color (decimal): -2778746 or 8821205. OLE color: 8821205.

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

Color convert

RGB213153134-
CMYK00.280.370.16
HSL14.43º48.47%68.04%-
HSV(B)14.43º37.09%83.53%-
XYZ43.1338.6527.74-
YUV168.77108.38159.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=42.6%
G=30.6%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315313400.280.370.1614.4348.4768.04
HexD5998601C2510e3044
Octal32523120603445201660104
Binary1101010110011001100001100111001001011000011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59986; }

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

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

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

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

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

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

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

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