Shades of Ottoman #D0DFB9
Tints of Ottoman #D0DFB9
RGB
CMYK
RGB Variations
Color information
#D0DFB9 (or 0xD0DFB9) is known color: Ottoman. HEX triplet: D0, DF and B9. RGB value is (208,223,185). Sum of RGB (Red+Green+Blue) = 208+223+185=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFB9 is #2F2046. Grayscale: #D6D6D6. Windows color (decimal): -3088455 or 12181456. OLE color: 12181456.
HSL color Cylindrical-coordinate representation of color #D0DFB9: hue angle of 83.68º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DFB9 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 185 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.13 |
| HSL | 83.68º | 0.37% | 0.8% | - |
| HSV(B) | 83.68º | 0.17% | 0.87% | - |
| XYZ | 61.16 | 69.69 | 56.13 | - |
| YUV | 214.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 185 | 0.07 | 0 | 0.17 | 0.13 | 83.68 | 0.37 | 0.8 |
| Hex | D0 | DF | B9 | 7 | 0 | 11 | D | 54 | 25 | 50 |
| Octal | 320 | 337 | 271 | 7 | 0 | 21 | 15 | 124 | 45 | 120 |
| Binary | 11010000 | 11011111 | 10111001 | 111 | 0 | 10001 | 1101 | 1010100 | 100101 | 1010000 |
Color Harmonies of #D0DFB9
Complementary color
Monochromatic Colors of #D0DFB9
Black with #D0DFB9
Text Example
Text Example
White with #D0DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFB9; }
p { color: rgb(208,223,185); }
H1.HeaderClassName
{
color: #D0DFB9;
}
.AnyTagClassName
{
color: #D0DFB9;
}
</style>
background-color css
<style>
a { background-color: #D0DFB9; }
a { background-color: rgb(208,223,185); }
div.DivClassName
{
background-color: #D0DFB9;
}
.BgClassName
{
background-color: #D0DFB9;
}
</style>
border-color css
<style>
span { border-color: #D0DFB9; }
span { border-color: rgb(208,223,185); }
td.TdClassName
{
border-color: #D0DFB9;
}
.TagClassName
{
border-color: #D0DFB9;
}
</style>