Shades of Rose #D59C8F
Tints of Rose #D59C8F
RGB
CMYK
RGB Variations
Color information
#D59C8F (or 0xD59C8F) is known color: Rose. HEX triplet: D5, 9C and 8F. RGB value is (213,156,143). Sum of RGB (Red+Green+Blue) = 213+156+143=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C8F is #2A6370. Grayscale: #ABABAB. Windows color (decimal): -2777969 or 9411797. OLE color: 9411797.
HSL color Cylindrical-coordinate representation of color #D59C8F: hue angle of 11.14º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59C8F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 143 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.16 |
| HSL | 11.14º | 0.45% | 0.7% | - |
| HSV(B) | 11.14º | 0.33% | 0.84% | - |
| XYZ | 44.29 | 39.91 | 31.36 | - |
| YUV | 171.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 143 | 0 | 0.27 | 0.33 | 0.16 | 11.14 | 0.45 | 0.7 |
| Hex | D5 | 9C | 8F | 0 | 1B | 21 | 10 | B | 2D | 46 |
| Octal | 325 | 234 | 217 | 0 | 33 | 41 | 20 | 13 | 55 | 106 |
| Binary | 11010101 | 10011100 | 10001111 | 0 | 11011 | 100001 | 10000 | 1011 | 101101 | 1000110 |
Color Harmonies of #D59C8F
Complementary color
Monochromatic Colors of #D59C8F
Black with #D59C8F
Text Example
Text Example
White with #D59C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C8F; }
p { color: rgb(213,156,143); }
H1.HeaderClassName
{
color: #D59C8F;
}
.AnyTagClassName
{
color: #D59C8F;
}
</style>
background-color css
<style>
a { background-color: #D59C8F; }
a { background-color: rgb(213,156,143); }
div.DivClassName
{
background-color: #D59C8F;
}
.BgClassName
{
background-color: #D59C8F;
}
</style>
border-color css
<style>
span { border-color: #D59C8F; }
span { border-color: rgb(213,156,143); }
td.TdClassName
{
border-color: #D59C8F;
}
.TagClassName
{
border-color: #D59C8F;
}
</style>