Shades of Rose #D59B85
Tints of Rose #D59B85
RGB
CMYK
RGB Variations
Color information
#D59B85 (or 0xD59B85) is known color: Rose. HEX triplet: D5, 9B and 85. RGB value is (213,155,133). Sum of RGB (Red+Green+Blue) = 213+155+133=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B85 is #2A647A. Grayscale: #A9A9A9. Windows color (decimal): -2778235 or 8756181. OLE color: 8756181.
HSL color Cylindrical-coordinate representation of color #D59B85: hue angle of 16.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59B85 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 133 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.16 |
| HSL | 16.5º | 0.49% | 0.68% | - |
| HSV(B) | 16.5º | 0.38% | 0.84% | - |
| XYZ | 43.4 | 39.28 | 27.49 | - |
| YUV | 169.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 133 | 0 | 0.27 | 0.38 | 0.16 | 16.5 | 0.49 | 0.68 |
| Hex | D5 | 9B | 85 | 0 | 1B | 26 | 10 | 10 | 31 | 44 |
| Octal | 325 | 233 | 205 | 0 | 33 | 46 | 20 | 20 | 61 | 104 |
| Binary | 11010101 | 10011011 | 10000101 | 0 | 11011 | 100110 | 10000 | 10000 | 110001 | 1000100 |
Color Harmonies of #D59B85
Complementary color
Monochromatic Colors of #D59B85
Black with #D59B85
Text Example
Text Example
White with #D59B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B85; }
p { color: rgb(213,155,133); }
H1.HeaderClassName
{
color: #D59B85;
}
.AnyTagClassName
{
color: #D59B85;
}
</style>
background-color css
<style>
a { background-color: #D59B85; }
a { background-color: rgb(213,155,133); }
div.DivClassName
{
background-color: #D59B85;
}
.BgClassName
{
background-color: #D59B85;
}
</style>
border-color css
<style>
span { border-color: #D59B85; }
span { border-color: rgb(213,155,133); }
td.TdClassName
{
border-color: #D59B85;
}
.TagClassName
{
border-color: #D59B85;
}
</style>