Shades of Ottoman #D5D9D1
Tints of Ottoman #D5D9D1
RGB
CMYK
RGB Variations
Color information
#D5D9D1 (or 0xD5D9D1) is known color: Ottoman. HEX triplet: D5, D9 and D1. RGB value is (213,217,209). Sum of RGB (Red+Green+Blue) = 213+217+209=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9D1 is #2A262E. Grayscale: #D6D6D6. Windows color (decimal): -2762287 or 13752789. OLE color: 13752789.
HSL color Cylindrical-coordinate representation of color #D5D9D1: hue angle of 90º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D9D1 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 217 | 209 | - |
CMYK | 0.02 | 0 | 0.04 | 0.15 |
HSL | 90º | 0.1% | 0.84% | - |
HSV(B) | 90º | 0.04% | 0.85% | - |
XYZ | 63.76 | 68.38 | 70.16 | - |
YUV | 214.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 217 | 209 | 0.02 | 0 | 0.04 | 0.15 | 90 | 0.1 | 0.84 |
Hex | D5 | D9 | D1 | 2 | 0 | 4 | F | 5A | A | 54 |
Octal | 325 | 331 | 321 | 2 | 0 | 4 | 17 | 132 | 12 | 124 |
Binary | 11010101 | 11011001 | 11010001 | 10 | 0 | 100 | 1111 | 1011010 | 1010 | 1010100 |
Color Harmonies of #D5D9D1
Complementary color
Monochromatic Colors of #D5D9D1
Black with #D5D9D1
Text Example
Text Example
White with #D5D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9D1; }
p { color: rgb(213,217,209); }
H1.HeaderClassName
{
color: #D5D9D1;
}
.AnyTagClassName
{
color: #D5D9D1;
}
</style>
background-color css
<style>
a { background-color: #D5D9D1; }
a { background-color: rgb(213,217,209); }
div.DivClassName
{
background-color: #D5D9D1;
}
.BgClassName
{
background-color: #D5D9D1;
}
</style>
border-color css
<style>
span { border-color: #D5D9D1; }
span { border-color: rgb(213,217,209); }
td.TdClassName
{
border-color: #D5D9D1;
}
.TagClassName
{
border-color: #D5D9D1;
}
</style>