Shades of Ottoman #D5D9D0
Tints of Ottoman #D5D9D0
RGB
CMYK
RGB Variations
Color information
#D5D9D0 (or 0xD5D9D0) is known color: Ottoman. HEX triplet: D5, D9 and D0. RGB value is (213,217,208). Sum of RGB (Red+Green+Blue) = 213+217+208=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9D0 is #2A262F. Grayscale: #D6D6D6. Windows color (decimal): -2762288 or 13687253. OLE color: 13687253.
HSL color Cylindrical-coordinate representation of color #D5D9D0: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D9D0 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 217 | 208 | - |
CMYK | 0.02 | 0 | 0.04 | 0.15 |
HSL | 86.67º | 0.11% | 0.83% | - |
HSV(B) | 86.67º | 0.04% | 0.85% | - |
XYZ | 63.64 | 68.33 | 69.51 | - |
YUV | 214.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 217 | 208 | 0.02 | 0 | 0.04 | 0.15 | 86.67 | 0.11 | 0.83 |
Hex | D5 | D9 | D0 | 2 | 0 | 4 | F | 57 | B | 53 |
Octal | 325 | 331 | 320 | 2 | 0 | 4 | 17 | 127 | 13 | 123 |
Binary | 11010101 | 11011001 | 11010000 | 10 | 0 | 100 | 1111 | 1010111 | 1011 | 1010011 |
Color Harmonies of #D5D9D0
Complementary color
Monochromatic Colors of #D5D9D0
Black with #D5D9D0
Text Example
Text Example
White with #D5D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9D0; }
p { color: rgb(213,217,208); }
H1.HeaderClassName
{
color: #D5D9D0;
}
.AnyTagClassName
{
color: #D5D9D0;
}
</style>
background-color css
<style>
a { background-color: #D5D9D0; }
a { background-color: rgb(213,217,208); }
div.DivClassName
{
background-color: #D5D9D0;
}
.BgClassName
{
background-color: #D5D9D0;
}
</style>
border-color css
<style>
span { border-color: #D5D9D0; }
span { border-color: rgb(213,217,208); }
td.TdClassName
{
border-color: #D5D9D0;
}
.TagClassName
{
border-color: #D5D9D0;
}
</style>