Shades of Rose #D09D93
Tints of Rose #D09D93
RGB
CMYK
RGB Variations
Color information
#D09D93 (or 0xD09D93) is known color: Rose. HEX triplet: D0, 9D and 93. RGB value is (208,157,147). Sum of RGB (Red+Green+Blue) = 208+157+147=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D93 is #2F626C. Grayscale: #ABABAB. Windows color (decimal): -3105389 or 9674192. OLE color: 9674192.
HSL color Cylindrical-coordinate representation of color #D09D93: hue angle of 9.84º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09D93 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 147 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.18 |
| HSL | 9.84º | 0.39% | 0.7% | - |
| HSV(B) | 9.84º | 0.29% | 0.82% | - |
| XYZ | 43.34 | 39.63 | 32.97 | - |
| YUV | 171.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 147 | 0 | 0.25 | 0.29 | 0.18 | 9.84 | 0.39 | 0.7 |
| Hex | D0 | 9D | 93 | 0 | 19 | 1D | 12 | A | 27 | 46 |
| Octal | 320 | 235 | 223 | 0 | 31 | 35 | 22 | 12 | 47 | 106 |
| Binary | 11010000 | 10011101 | 10010011 | 0 | 11001 | 11101 | 10010 | 1010 | 100111 | 1000110 |
Color Harmonies of #D09D93
Complementary color
Monochromatic Colors of #D09D93
Black with #D09D93
Text Example
Text Example
White with #D09D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D93; }
p { color: rgb(208,157,147); }
H1.HeaderClassName
{
color: #D09D93;
}
.AnyTagClassName
{
color: #D09D93;
}
</style>
background-color css
<style>
a { background-color: #D09D93; }
a { background-color: rgb(208,157,147); }
div.DivClassName
{
background-color: #D09D93;
}
.BgClassName
{
background-color: #D09D93;
}
</style>
border-color css
<style>
span { border-color: #D09D93; }
span { border-color: rgb(208,157,147); }
td.TdClassName
{
border-color: #D09D93;
}
.TagClassName
{
border-color: #D09D93;
}
</style>