Shades of Rose #D09B8C
Tints of Rose #D09B8C
RGB
CMYK
RGB Variations
Color information
#D09B8C (or 0xD09B8C) is known color: Rose. HEX triplet: D0, 9B and 8C. RGB value is (208,155,140). Sum of RGB (Red+Green+Blue) = 208+155+140=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B8C is #2F6473. Grayscale: #A9A9A9. Windows color (decimal): -3105908 or 9214928. OLE color: 9214928.
HSL color Cylindrical-coordinate representation of color #D09B8C: hue angle of 13.24º 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 #D09B8C is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 140 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.18 |
| HSL | 13.24º | 0.42% | 0.68% | - |
| HSV(B) | 13.24º | 0.33% | 0.82% | - |
| XYZ | 42.47 | 38.75 | 30.05 | - |
| YUV | 169.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 140 | 0 | 0.25 | 0.33 | 0.18 | 13.24 | 0.42 | 0.68 |
| Hex | D0 | 9B | 8C | 0 | 19 | 21 | 12 | D | 2A | 44 |
| Octal | 320 | 233 | 214 | 0 | 31 | 41 | 22 | 15 | 52 | 104 |
| Binary | 11010000 | 10011011 | 10001100 | 0 | 11001 | 100001 | 10010 | 1101 | 101010 | 1000100 |
Color Harmonies of #D09B8C
Complementary color
Monochromatic Colors of #D09B8C
Black with #D09B8C
Text Example
Text Example
White with #D09B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B8C; }
p { color: rgb(208,155,140); }
H1.HeaderClassName
{
color: #D09B8C;
}
.AnyTagClassName
{
color: #D09B8C;
}
</style>
background-color css
<style>
a { background-color: #D09B8C; }
a { background-color: rgb(208,155,140); }
div.DivClassName
{
background-color: #D09B8C;
}
.BgClassName
{
background-color: #D09B8C;
}
</style>
border-color css
<style>
span { border-color: #D09B8C; }
span { border-color: rgb(208,155,140); }
td.TdClassName
{
border-color: #D09B8C;
}
.TagClassName
{
border-color: #D09B8C;
}
</style>