Shades of Rose #D59B8D
Tints of Rose #D59B8D
RGB
CMYK
RGB Variations
Color information
#D59B8D (or 0xD59B8D) is known color: Rose. HEX triplet: D5, 9B and 8D. RGB value is (213,155,141). Sum of RGB (Red+Green+Blue) = 213+155+141=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B8D is #2A6472. Grayscale: #AAAAAA. Windows color (decimal): -2778227 or 9280469. OLE color: 9280469.
HSL color Cylindrical-coordinate representation of color #D59B8D: hue angle of 11.67º 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 #D59B8D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 141 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.16 |
| HSL | 11.67º | 0.46% | 0.69% | - |
| HSV(B) | 11.67º | 0.34% | 0.84% | - |
| XYZ | 43.97 | 39.51 | 30.51 | - |
| YUV | 170.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 141 | 0 | 0.27 | 0.34 | 0.16 | 11.67 | 0.46 | 0.69 |
| Hex | D5 | 9B | 8D | 0 | 1B | 22 | 10 | C | 2E | 45 |
| Octal | 325 | 233 | 215 | 0 | 33 | 42 | 20 | 14 | 56 | 105 |
| Binary | 11010101 | 10011011 | 10001101 | 0 | 11011 | 100010 | 10000 | 1100 | 101110 | 1000101 |
Color Harmonies of #D59B8D
Complementary color
Monochromatic Colors of #D59B8D
Black with #D59B8D
Text Example
Text Example
White with #D59B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B8D; }
p { color: rgb(213,155,141); }
H1.HeaderClassName
{
color: #D59B8D;
}
.AnyTagClassName
{
color: #D59B8D;
}
</style>
background-color css
<style>
a { background-color: #D59B8D; }
a { background-color: rgb(213,155,141); }
div.DivClassName
{
background-color: #D59B8D;
}
.BgClassName
{
background-color: #D59B8D;
}
</style>
border-color css
<style>
span { border-color: #D59B8D; }
span { border-color: rgb(213,155,141); }
td.TdClassName
{
border-color: #D59B8D;
}
.TagClassName
{
border-color: #D59B8D;
}
</style>