Shades of Ottoman #D4DACD
Tints of Ottoman #D4DACD
RGB
CMYK
RGB Variations
Color information
#D4DACD (or 0xD4DACD) is known color: Ottoman. HEX triplet: D4, DA and CD. RGB value is (212,218,205). Sum of RGB (Red+Green+Blue) = 212+218+205=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DACD is #2B2532. Grayscale: #D6D6D6. Windows color (decimal): -2827571 or 13490900. OLE color: 13490900.
HSL color Cylindrical-coordinate representation of color #D4DACD: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4DACD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 218 | 205 | - |
CMYK | 0.03 | 0 | 0.06 | 0.15 |
HSL | 87.69º | 0.15% | 0.83% | - |
HSV(B) | 87.69º | 0.06% | 0.85% | - |
XYZ | 63.24 | 68.55 | 67.66 | - |
YUV | 214.72 | 122.51 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 205 | 0.03 | 0 | 0.06 | 0.15 | 87.69 | 0.15 | 0.83 |
Hex | D4 | DA | CD | 3 | 0 | 6 | F | 58 | F | 53 |
Octal | 324 | 332 | 315 | 3 | 0 | 6 | 17 | 130 | 17 | 123 |
Binary | 11010100 | 11011010 | 11001101 | 11 | 0 | 110 | 1111 | 1011000 | 1111 | 1010011 |
Color Harmonies of #D4DACD
Complementary color
Monochromatic Colors of #D4DACD
Black with #D4DACD
Text Example
Text Example
White with #D4DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DACD; }
p { color: rgb(212,218,205); }
H1.HeaderClassName
{
color: #D4DACD;
}
.AnyTagClassName
{
color: #D4DACD;
}
</style>
background-color css
<style>
a { background-color: #D4DACD; }
a { background-color: rgb(212,218,205); }
div.DivClassName
{
background-color: #D4DACD;
}
.BgClassName
{
background-color: #D4DACD;
}
</style>
border-color css
<style>
span { border-color: #D4DACD; }
span { border-color: rgb(212,218,205); }
td.TdClassName
{
border-color: #D4DACD;
}
.TagClassName
{
border-color: #D4DACD;
}
</style>