Shades of Rose #D59B8F
Tints of Rose #D59B8F
RGB
CMYK
RGB Variations
Color information
#D59B8F (or 0xD59B8F) is known color: Rose. HEX triplet: D5, 9B and 8F. RGB value is (213,155,143). Sum of RGB (Red+Green+Blue) = 213+155+143=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B8F is #2A6470. Grayscale: #ABABAB. Windows color (decimal): -2778225 or 9411541. OLE color: 9411541.
HSL color Cylindrical-coordinate representation of color #D59B8F: hue angle of 10.29º 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 #D59B8F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 143 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.16 |
| HSL | 10.29º | 0.45% | 0.7% | - |
| HSV(B) | 10.29º | 0.33% | 0.84% | - |
| XYZ | 44.12 | 39.57 | 31.3 | - |
| YUV | 170.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 143 | 0 | 0.27 | 0.33 | 0.16 | 10.29 | 0.45 | 0.7 |
| Hex | D5 | 9B | 8F | 0 | 1B | 21 | 10 | A | 2D | 46 |
| Octal | 325 | 233 | 217 | 0 | 33 | 41 | 20 | 12 | 55 | 106 |
| Binary | 11010101 | 10011011 | 10001111 | 0 | 11011 | 100001 | 10000 | 1010 | 101101 | 1000110 |
Color Harmonies of #D59B8F
Complementary color
Monochromatic Colors of #D59B8F
Black with #D59B8F
Text Example
Text Example
White with #D59B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B8F; }
p { color: rgb(213,155,143); }
H1.HeaderClassName
{
color: #D59B8F;
}
.AnyTagClassName
{
color: #D59B8F;
}
</style>
background-color css
<style>
a { background-color: #D59B8F; }
a { background-color: rgb(213,155,143); }
div.DivClassName
{
background-color: #D59B8F;
}
.BgClassName
{
background-color: #D59B8F;
}
</style>
border-color css
<style>
span { border-color: #D59B8F; }
span { border-color: rgb(213,155,143); }
td.TdClassName
{
border-color: #D59B8F;
}
.TagClassName
{
border-color: #D59B8F;
}
</style>