#D59F8C

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

Shades of Rose #D59F8C

Tints of Rose #D59F8C

Color information

#D59F8C (or 0xD59F8C) is unknown color: approx Rose. HEX triplet: D5, 9F and 8C. RGB value is (213,159,140). Sum of RGB (Red+Green+Blue) = 213+159+140=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F8C is #2A6073. Grayscale: #ADADAD. Windows color (decimal): -2777204 or 9215957. OLE color: 9215957.

HSL color Cylindrical-coordinate representation of color #D59F8C: hue angle of 15.62º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59F8C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213159140-
CMYK00.250.340.16
HSL15.62º46.5%69.22%-
HSV(B)15.62º34.27%83.53%-
XYZ44.5740.8430.34-
YUV172.98109.39156.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=41.60%
G=31.05%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315914000.250.340.1615.6246.569.22
HexD59F8C0192210102e45
Octal32523721403142202056105
Binary11010101100111111000110001100110001010000100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F8C; }

 p { color: rgb(213,159,140); }

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

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

 a { background-color: rgb(213,159,140); }

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

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

 span { border-color: rgb(213,159,140); }

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