Shades of Ottoman #D0DDBA
Tints of Ottoman #D0DDBA
RGB
CMYK
RGB Variations
Color information
#D0DDBA (or 0xD0DDBA) is known color: Ottoman. HEX triplet: D0, DD and BA. RGB value is (208,221,186). Sum of RGB (Red+Green+Blue) = 208+221+186=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDBA is #2F2245. Grayscale: #D5D5D5. Windows color (decimal): -3088966 or 12246480. OLE color: 12246480.
HSL color Cylindrical-coordinate representation of color #D0DDBA: hue angle of 82.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0DDBA is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 186 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.13 |
| HSL | 82.29º | 0.34% | 0.8% | - |
| HSV(B) | 82.29º | 0.16% | 0.87% | - |
| XYZ | 60.73 | 68.67 | 56.51 | - |
| YUV | 213.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 186 | 0.06 | 0 | 0.16 | 0.13 | 82.29 | 0.34 | 0.8 |
| Hex | D0 | DD | BA | 6 | 0 | 10 | D | 52 | 22 | 50 |
| Octal | 320 | 335 | 272 | 6 | 0 | 20 | 15 | 122 | 42 | 120 |
| Binary | 11010000 | 11011101 | 10111010 | 110 | 0 | 10000 | 1101 | 1010010 | 100010 | 1010000 |
Color Harmonies of #D0DDBA
Complementary color
Monochromatic Colors of #D0DDBA
Black with #D0DDBA
Text Example
Text Example
White with #D0DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDBA; }
p { color: rgb(208,221,186); }
H1.HeaderClassName
{
color: #D0DDBA;
}
.AnyTagClassName
{
color: #D0DDBA;
}
</style>
background-color css
<style>
a { background-color: #D0DDBA; }
a { background-color: rgb(208,221,186); }
div.DivClassName
{
background-color: #D0DDBA;
}
.BgClassName
{
background-color: #D0DDBA;
}
</style>
border-color css
<style>
span { border-color: #D0DDBA; }
span { border-color: rgb(208,221,186); }
td.TdClassName
{
border-color: #D0DDBA;
}
.TagClassName
{
border-color: #D0DDBA;
}
</style>