Shades of Rose #D09A8F
Tints of Rose #D09A8F
RGB
CMYK
RGB Variations
Color information
#D09A8F (or 0xD09A8F) is known color: Rose. HEX triplet: D0, 9A and 8F. RGB value is (208,154,143). Sum of RGB (Red+Green+Blue) = 208+154+143=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A8F is #2F6570. Grayscale: #A8A8A8. Windows color (decimal): -3106161 or 9411280. OLE color: 9411280.
HSL color Cylindrical-coordinate representation of color #D09A8F: hue angle of 10.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09A8F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 143 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.18 |
| HSL | 10.15º | 0.41% | 0.69% | - |
| HSV(B) | 10.15º | 0.31% | 0.82% | - |
| XYZ | 42.53 | 38.5 | 31.18 | - |
| YUV | 168.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 143 | 0 | 0.26 | 0.31 | 0.18 | 10.15 | 0.41 | 0.69 |
| Hex | D0 | 9A | 8F | 0 | 1A | 1F | 12 | A | 29 | 45 |
| Octal | 320 | 232 | 217 | 0 | 32 | 37 | 22 | 12 | 51 | 105 |
| Binary | 11010000 | 10011010 | 10001111 | 0 | 11010 | 11111 | 10010 | 1010 | 101001 | 1000101 |
Color Harmonies of #D09A8F
Complementary color
Monochromatic Colors of #D09A8F
Black with #D09A8F
Text Example
Text Example
White with #D09A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A8F; }
p { color: rgb(208,154,143); }
H1.HeaderClassName
{
color: #D09A8F;
}
.AnyTagClassName
{
color: #D09A8F;
}
</style>
background-color css
<style>
a { background-color: #D09A8F; }
a { background-color: rgb(208,154,143); }
div.DivClassName
{
background-color: #D09A8F;
}
.BgClassName
{
background-color: #D09A8F;
}
</style>
border-color css
<style>
span { border-color: #D09A8F; }
span { border-color: rgb(208,154,143); }
td.TdClassName
{
border-color: #D09A8F;
}
.TagClassName
{
border-color: #D09A8F;
}
</style>