Shades of Rose #D09D88
Tints of Rose #D09D88
RGB
CMYK
RGB Variations
Color information
#D09D88 (or 0xD09D88) is known color: Rose. HEX triplet: D0, 9D and 88. RGB value is (208,157,136). Sum of RGB (Red+Green+Blue) = 208+157+136=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D88 is #2F6277. Grayscale: #A9A9A9. Windows color (decimal): -3105400 or 8953296. OLE color: 8953296.
HSL color Cylindrical-coordinate representation of color #D09D88: hue angle of 17.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09D88 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 136 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.18 |
| HSL | 17.5º | 0.43% | 0.67% | - |
| HSV(B) | 17.5º | 0.35% | 0.82% | - |
| XYZ | 42.51 | 39.3 | 28.64 | - |
| YUV | 169.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 136 | 0 | 0.25 | 0.35 | 0.18 | 17.5 | 0.43 | 0.67 |
| Hex | D0 | 9D | 88 | 0 | 19 | 23 | 12 | 12 | 2B | 43 |
| Octal | 320 | 235 | 210 | 0 | 31 | 43 | 22 | 22 | 53 | 103 |
| Binary | 11010000 | 10011101 | 10001000 | 0 | 11001 | 100011 | 10010 | 10010 | 101011 | 1000011 |
Color Harmonies of #D09D88
Complementary color
Monochromatic Colors of #D09D88
Black with #D09D88
Text Example
Text Example
White with #D09D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D88; }
p { color: rgb(208,157,136); }
H1.HeaderClassName
{
color: #D09D88;
}
.AnyTagClassName
{
color: #D09D88;
}
</style>
background-color css
<style>
a { background-color: #D09D88; }
a { background-color: rgb(208,157,136); }
div.DivClassName
{
background-color: #D09D88;
}
.BgClassName
{
background-color: #D09D88;
}
</style>
border-color css
<style>
span { border-color: #D09D88; }
span { border-color: rgb(208,157,136); }
td.TdClassName
{
border-color: #D09D88;
}
.TagClassName
{
border-color: #D09D88;
}
</style>