Shades of Ottoman #D4D9CE
Tints of Ottoman #D4D9CE
RGB
CMYK
RGB Variations
Color information
#D4D9CE (or 0xD4D9CE) is known color: Ottoman. HEX triplet: D4, D9 and CE. RGB value is (212,217,206). Sum of RGB (Red+Green+Blue) = 212+217+206=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9CE is #2B2631. Grayscale: #D6D6D6. Windows color (decimal): -2827826 or 13556180. OLE color: 13556180.
HSL color Cylindrical-coordinate representation of color #D4D9CE: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4D9CE is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 217 | 206 | - |
CMYK | 0.02 | 0 | 0.05 | 0.15 |
HSL | 87.27º | 0.13% | 0.83% | - |
HSV(B) | 87.27º | 0.05% | 0.85% | - |
XYZ | 63.1 | 68.08 | 68.21 | - |
YUV | 214.25 | 123.34 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 217 | 206 | 0.02 | 0 | 0.05 | 0.15 | 87.27 | 0.13 | 0.83 |
Hex | D4 | D9 | CE | 2 | 0 | 5 | F | 57 | D | 53 |
Octal | 324 | 331 | 316 | 2 | 0 | 5 | 17 | 127 | 15 | 123 |
Binary | 11010100 | 11011001 | 11001110 | 10 | 0 | 101 | 1111 | 1010111 | 1101 | 1010011 |
Color Harmonies of #D4D9CE
Complementary color
Monochromatic Colors of #D4D9CE
Black with #D4D9CE
Text Example
Text Example
White with #D4D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9CE; }
p { color: rgb(212,217,206); }
H1.HeaderClassName
{
color: #D4D9CE;
}
.AnyTagClassName
{
color: #D4D9CE;
}
</style>
background-color css
<style>
a { background-color: #D4D9CE; }
a { background-color: rgb(212,217,206); }
div.DivClassName
{
background-color: #D4D9CE;
}
.BgClassName
{
background-color: #D4D9CE;
}
</style>
border-color css
<style>
span { border-color: #D4D9CE; }
span { border-color: rgb(212,217,206); }
td.TdClassName
{
border-color: #D4D9CE;
}
.TagClassName
{
border-color: #D4D9CE;
}
</style>