Shades of Ottoman #D2D9CD
Tints of Ottoman #D2D9CD
RGB
CMYK
RGB Variations
Color information
#D2D9CD (or 0xD2D9CD) is known color: Ottoman. HEX triplet: D2, D9 and CD. RGB value is (210,217,205). Sum of RGB (Red+Green+Blue) = 210+217+205=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9CD is #2D2632. Grayscale: #D5D5D5. Windows color (decimal): -2958899 or 13490642. OLE color: 13490642.
HSL color Cylindrical-coordinate representation of color #D2D9CD: hue angle of 95º degrees, saturation: 0.14, 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 #D2D9CD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 205 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.15 |
| HSL | 95º | 0.14% | 0.83% | - |
| HSV(B) | 95º | 0.06% | 0.85% | - |
| XYZ | 62.41 | 67.74 | 67.54 | - |
| YUV | 213.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 205 | 0.03 | 0 | 0.06 | 0.15 | 95 | 0.14 | 0.83 |
| Hex | D2 | D9 | CD | 3 | 0 | 6 | F | 5F | E | 53 |
| Octal | 322 | 331 | 315 | 3 | 0 | 6 | 17 | 137 | 16 | 123 |
| Binary | 11010010 | 11011001 | 11001101 | 11 | 0 | 110 | 1111 | 1011111 | 1110 | 1010011 |
Color Harmonies of #D2D9CD
Complementary color
Monochromatic Colors of #D2D9CD
Black with #D2D9CD
Text Example
Text Example
White with #D2D9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9CD; }
p { color: rgb(210,217,205); }
H1.HeaderClassName
{
color: #D2D9CD;
}
.AnyTagClassName
{
color: #D2D9CD;
}
</style>
background-color css
<style>
a { background-color: #D2D9CD; }
a { background-color: rgb(210,217,205); }
div.DivClassName
{
background-color: #D2D9CD;
}
.BgClassName
{
background-color: #D2D9CD;
}
</style>
border-color css
<style>
span { border-color: #D2D9CD; }
span { border-color: rgb(210,217,205); }
td.TdClassName
{
border-color: #D2D9CD;
}
.TagClassName
{
border-color: #D2D9CD;
}
</style>