#D59D8C

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

Shades of Rose #D59D8C

Tints of Rose #D59D8C

Color information

#D59D8C (or 0xD59D8C) is unknown color: approx Rose. HEX triplet: D5, 9D and 8C. RGB value is (213,157,140). Sum of RGB (Red+Green+Blue) = 213+157+140=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D8C is #2A6273. Grayscale: #ABABAB. Windows color (decimal): -2777716 or 9215445. OLE color: 9215445.

HSL color Cylindrical-coordinate representation of color #D59D8C: hue angle of 13.97º 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 #D59D8C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213157140-
CMYK00.260.340.16
HSL13.97º46.5%69.22%-
HSV(B)13.97º34.27%83.53%-
XYZ44.2340.1530.23-
YUV171.81110.05157.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=41.76%
G=30.78%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315714000.260.340.1613.9746.569.22
HexD59D8C01A2210e2e45
Octal32523521403242201656105
Binary1101010110011101100011000110101000101000011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D8C; }

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

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

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

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

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

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

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

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