Shades of Rose #D59A8B
Tints of Rose #D59A8B
RGB
CMYK
RGB Variations
Color information
#D59A8B (or 0xD59A8B) is known color: Rose. HEX triplet: D5, 9A and 8B. RGB value is (213,154,139). Sum of RGB (Red+Green+Blue) = 213+154+139=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A8B is #2A6574. Grayscale: #AAAAAA. Windows color (decimal): -2778485 or 9149141. OLE color: 9149141.
HSL color Cylindrical-coordinate representation of color #D59A8B: hue angle of 12.16º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59A8B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 139 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.16 |
| HSL | 12.16º | 0.47% | 0.69% | - |
| HSV(B) | 12.16º | 0.35% | 0.84% | - |
| XYZ | 43.66 | 39.12 | 29.68 | - |
| YUV | 169.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 139 | 0 | 0.28 | 0.35 | 0.16 | 12.16 | 0.47 | 0.69 |
| Hex | D5 | 9A | 8B | 0 | 1C | 23 | 10 | C | 2F | 45 |
| Octal | 325 | 232 | 213 | 0 | 34 | 43 | 20 | 14 | 57 | 105 |
| Binary | 11010101 | 10011010 | 10001011 | 0 | 11100 | 100011 | 10000 | 1100 | 101111 | 1000101 |
Color Harmonies of #D59A8B
Complementary color
Monochromatic Colors of #D59A8B
Black with #D59A8B
Text Example
Text Example
White with #D59A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A8B; }
p { color: rgb(213,154,139); }
H1.HeaderClassName
{
color: #D59A8B;
}
.AnyTagClassName
{
color: #D59A8B;
}
</style>
background-color css
<style>
a { background-color: #D59A8B; }
a { background-color: rgb(213,154,139); }
div.DivClassName
{
background-color: #D59A8B;
}
.BgClassName
{
background-color: #D59A8B;
}
</style>
border-color css
<style>
span { border-color: #D59A8B; }
span { border-color: rgb(213,154,139); }
td.TdClassName
{
border-color: #D59A8B;
}
.TagClassName
{
border-color: #D59A8B;
}
</style>