Shades of Rose #D09C8F
Tints of Rose #D09C8F
RGB
CMYK
RGB Variations
Color information
#D09C8F (or 0xD09C8F) is known color: Rose. HEX triplet: D0, 9C and 8F. RGB value is (208,156,143). Sum of RGB (Red+Green+Blue) = 208+156+143=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C8F is #2F6370. Grayscale: #AAAAAA. Windows color (decimal): -3105649 or 9411792. OLE color: 9411792.
HSL color Cylindrical-coordinate representation of color #D09C8F: hue angle of 12º 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 #D09C8F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 143 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.18 |
| HSL | 12º | 0.41% | 0.69% | - |
| HSV(B) | 12º | 0.31% | 0.82% | - |
| XYZ | 42.86 | 39.17 | 31.29 | - |
| YUV | 170.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 143 | 0 | 0.25 | 0.31 | 0.18 | 12 | 0.41 | 0.69 |
| Hex | D0 | 9C | 8F | 0 | 19 | 1F | 12 | C | 29 | 45 |
| Octal | 320 | 234 | 217 | 0 | 31 | 37 | 22 | 14 | 51 | 105 |
| Binary | 11010000 | 10011100 | 10001111 | 0 | 11001 | 11111 | 10010 | 1100 | 101001 | 1000101 |
Color Harmonies of #D09C8F
Complementary color
Monochromatic Colors of #D09C8F
Black with #D09C8F
Text Example
Text Example
White with #D09C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C8F; }
p { color: rgb(208,156,143); }
H1.HeaderClassName
{
color: #D09C8F;
}
.AnyTagClassName
{
color: #D09C8F;
}
</style>
background-color css
<style>
a { background-color: #D09C8F; }
a { background-color: rgb(208,156,143); }
div.DivClassName
{
background-color: #D09C8F;
}
.BgClassName
{
background-color: #D09C8F;
}
</style>
border-color css
<style>
span { border-color: #D09C8F; }
span { border-color: rgb(208,156,143); }
td.TdClassName
{
border-color: #D09C8F;
}
.TagClassName
{
border-color: #D09C8F;
}
</style>