Shades of Rose #D09A8B
Tints of Rose #D09A8B
RGB
CMYK
RGB Variations
Color information
#D09A8B (or 0xD09A8B) is known color: Rose. HEX triplet: D0, 9A and 8B. RGB value is (208,154,139). Sum of RGB (Red+Green+Blue) = 208+154+139=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A8B is #2F6574. Grayscale: #A8A8A8. Windows color (decimal): -3106165 or 9149136. OLE color: 9149136.
HSL color Cylindrical-coordinate representation of color #D09A8B: hue angle of 13.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09A8B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 139 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.18 |
| HSL | 13.04º | 0.42% | 0.68% | - |
| HSV(B) | 13.04º | 0.33% | 0.82% | - |
| XYZ | 42.23 | 38.39 | 29.61 | - |
| YUV | 168.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 139 | 0 | 0.26 | 0.33 | 0.18 | 13.04 | 0.42 | 0.68 |
| Hex | D0 | 9A | 8B | 0 | 1A | 21 | 12 | D | 2A | 44 |
| Octal | 320 | 232 | 213 | 0 | 32 | 41 | 22 | 15 | 52 | 104 |
| Binary | 11010000 | 10011010 | 10001011 | 0 | 11010 | 100001 | 10010 | 1101 | 101010 | 1000100 |
Color Harmonies of #D09A8B
Complementary color
Monochromatic Colors of #D09A8B
Black with #D09A8B
Text Example
Text Example
White with #D09A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A8B; }
p { color: rgb(208,154,139); }
H1.HeaderClassName
{
color: #D09A8B;
}
.AnyTagClassName
{
color: #D09A8B;
}
</style>
background-color css
<style>
a { background-color: #D09A8B; }
a { background-color: rgb(208,154,139); }
div.DivClassName
{
background-color: #D09A8B;
}
.BgClassName
{
background-color: #D09A8B;
}
</style>
border-color css
<style>
span { border-color: #D09A8B; }
span { border-color: rgb(208,154,139); }
td.TdClassName
{
border-color: #D09A8B;
}
.TagClassName
{
border-color: #D09A8B;
}
</style>