Shades of Ottoman #D3DACA
Tints of Ottoman #D3DACA
RGB
CMYK
RGB Variations
Color information
#D3DACA (or 0xD3DACA) is known color: Ottoman. HEX triplet: D3, DA and CA. RGB value is (211,218,202). Sum of RGB (Red+Green+Blue) = 211+218+202=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DACA is #2C2535. Grayscale: #D6D6D6. Windows color (decimal): -2893110 or 13294291. OLE color: 13294291.
HSL color Cylindrical-coordinate representation of color #D3DACA: hue angle of 86.25º 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 #D3DACA is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 202 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.15 |
| HSL | 86.25º | 0.18% | 0.82% | - |
| HSV(B) | 86.25º | 0.07% | 0.85% | - |
| XYZ | 62.6 | 68.26 | 65.75 | - |
| YUV | 214.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 202 | 0.03 | 0 | 0.07 | 0.15 | 86.25 | 0.18 | 0.82 |
| Hex | D3 | DA | CA | 3 | 0 | 7 | F | 56 | 12 | 52 |
| Octal | 323 | 332 | 312 | 3 | 0 | 7 | 17 | 126 | 22 | 122 |
| Binary | 11010011 | 11011010 | 11001010 | 11 | 0 | 111 | 1111 | 1010110 | 10010 | 1010010 |
Color Harmonies of #D3DACA
Complementary color
Monochromatic Colors of #D3DACA
Black with #D3DACA
Text Example
Text Example
White with #D3DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DACA; }
p { color: rgb(211,218,202); }
H1.HeaderClassName
{
color: #D3DACA;
}
.AnyTagClassName
{
color: #D3DACA;
}
</style>
background-color css
<style>
a { background-color: #D3DACA; }
a { background-color: rgb(211,218,202); }
div.DivClassName
{
background-color: #D3DACA;
}
.BgClassName
{
background-color: #D3DACA;
}
</style>
border-color css
<style>
span { border-color: #D3DACA; }
span { border-color: rgb(211,218,202); }
td.TdClassName
{
border-color: #D3DACA;
}
.TagClassName
{
border-color: #D3DACA;
}
</style>