Shades of Ottoman #D0DACA
Tints of Ottoman #D0DACA
RGB
CMYK
RGB Variations
Color information
#D0DACA (or 0xD0DACA) is known color: Ottoman. HEX triplet: D0, DA and CA. RGB value is (208,218,202). Sum of RGB (Red+Green+Blue) = 208+218+202=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACA is #2F2535. Grayscale: #D5D5D5. Windows color (decimal): -3089718 or 13294288. OLE color: 13294288.
HSL color Cylindrical-coordinate representation of color #D0DACA: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DACA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 202 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.15 |
| HSL | 97.5º | 0.18% | 0.82% | - |
| HSV(B) | 97.5º | 0.07% | 0.85% | - |
| XYZ | 61.74 | 67.82 | 65.71 | - |
| YUV | 213.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 202 | 0.05 | 0 | 0.07 | 0.15 | 97.5 | 0.18 | 0.82 |
| Hex | D0 | DA | CA | 5 | 0 | 7 | F | 62 | 12 | 52 |
| Octal | 320 | 332 | 312 | 5 | 0 | 7 | 17 | 142 | 22 | 122 |
| Binary | 11010000 | 11011010 | 11001010 | 101 | 0 | 111 | 1111 | 1100010 | 10010 | 1010010 |
Color Harmonies of #D0DACA
Complementary color
Monochromatic Colors of #D0DACA
Black with #D0DACA
Text Example
Text Example
White with #D0DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DACA; }
p { color: rgb(208,218,202); }
H1.HeaderClassName
{
color: #D0DACA;
}
.AnyTagClassName
{
color: #D0DACA;
}
</style>
background-color css
<style>
a { background-color: #D0DACA; }
a { background-color: rgb(208,218,202); }
div.DivClassName
{
background-color: #D0DACA;
}
.BgClassName
{
background-color: #D0DACA;
}
</style>
border-color css
<style>
span { border-color: #D0DACA; }
span { border-color: rgb(208,218,202); }
td.TdClassName
{
border-color: #D0DACA;
}
.TagClassName
{
border-color: #D0DACA;
}
</style>