Shades of Ottoman #D0DAC0
Tints of Ottoman #D0DAC0
RGB
CMYK
RGB Variations
Color information
#D0DAC0 (or 0xD0DAC0) is known color: Ottoman. HEX triplet: D0, DA and C0. RGB value is (208,218,192). Sum of RGB (Red+Green+Blue) = 208+218+192=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAC0 is #2F253F. Grayscale: #D4D4D4. Windows color (decimal): -3089728 or 12638928. OLE color: 12638928.
HSL color Cylindrical-coordinate representation of color #D0DAC0: hue angle of 83.08º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DAC0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 218 | 192 | - |
CMYK | 0.05 | 0 | 0.12 | 0.15 |
HSL | 83.08º | 0.26% | 0.8% | - |
HSV(B) | 83.08º | 0.12% | 0.85% | - |
XYZ | 60.6 | 67.36 | 59.68 | - |
YUV | 212.05 | 116.69 | 125.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 218 | 192 | 0.05 | 0 | 0.12 | 0.15 | 83.08 | 0.26 | 0.8 |
Hex | D0 | DA | C0 | 5 | 0 | C | F | 53 | 1A | 50 |
Octal | 320 | 332 | 300 | 5 | 0 | 14 | 17 | 123 | 32 | 120 |
Binary | 11010000 | 11011010 | 11000000 | 101 | 0 | 1100 | 1111 | 1010011 | 11010 | 1010000 |
Color Harmonies of #D0DAC0
Complementary color
Monochromatic Colors of #D0DAC0
Black with #D0DAC0
Text Example
Text Example
White with #D0DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAC0; }
p { color: rgb(208,218,192); }
H1.HeaderClassName
{
color: #D0DAC0;
}
.AnyTagClassName
{
color: #D0DAC0;
}
</style>
background-color css
<style>
a { background-color: #D0DAC0; }
a { background-color: rgb(208,218,192); }
div.DivClassName
{
background-color: #D0DAC0;
}
.BgClassName
{
background-color: #D0DAC0;
}
</style>
border-color css
<style>
span { border-color: #D0DAC0; }
span { border-color: rgb(208,218,192); }
td.TdClassName
{
border-color: #D0DAC0;
}
.TagClassName
{
border-color: #D0DAC0;
}
</style>