Shades of Rose #D09D92
Tints of Rose #D09D92
RGB
CMYK
RGB Variations
Color information
#D09D92 (or 0xD09D92) is known color: Rose. HEX triplet: D0, 9D and 92. RGB value is (208,157,146). Sum of RGB (Red+Green+Blue) = 208+157+146=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D92 is #2F626D. Grayscale: #ABABAB. Windows color (decimal): -3105390 or 9608656. OLE color: 9608656.
HSL color Cylindrical-coordinate representation of color #D09D92: hue angle of 10.65º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09D92 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 146 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.18 |
| HSL | 10.65º | 0.4% | 0.69% | - |
| HSV(B) | 10.65º | 0.3% | 0.82% | - |
| XYZ | 43.26 | 39.6 | 32.56 | - |
| YUV | 171 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 146 | 0 | 0.25 | 0.30 | 0.18 | 10.65 | 0.4 | 0.69 |
| Hex | D0 | 9D | 92 | 0 | 19 | 1E | 12 | B | 28 | 45 |
| Octal | 320 | 235 | 222 | 0 | 31 | 36 | 22 | 13 | 50 | 105 |
| Binary | 11010000 | 10011101 | 10010010 | 0 | 11001 | 11110 | 10010 | 1011 | 101000 | 1000101 |
Color Harmonies of #D09D92
Complementary color
Monochromatic Colors of #D09D92
Black with #D09D92
Text Example
Text Example
White with #D09D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D92; }
p { color: rgb(208,157,146); }
H1.HeaderClassName
{
color: #D09D92;
}
.AnyTagClassName
{
color: #D09D92;
}
</style>
background-color css
<style>
a { background-color: #D09D92; }
a { background-color: rgb(208,157,146); }
div.DivClassName
{
background-color: #D09D92;
}
.BgClassName
{
background-color: #D09D92;
}
</style>
border-color css
<style>
span { border-color: #D09D92; }
span { border-color: rgb(208,157,146); }
td.TdClassName
{
border-color: #D09D92;
}
.TagClassName
{
border-color: #D09D92;
}
</style>