Shades of Ottoman #D2D9C9
Tints of Ottoman #D2D9C9
RGB
CMYK
RGB Variations
Color information
#D2D9C9 (or 0xD2D9C9) is known color: Ottoman. HEX triplet: D2, D9 and C9. RGB value is (210,217,201). Sum of RGB (Red+Green+Blue) = 210+217+201=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9C9 is #2D2636. Grayscale: #D5D5D5. Windows color (decimal): -2958903 or 13228498. OLE color: 13228498.
HSL color Cylindrical-coordinate representation of color #D2D9C9: hue angle of 86.25º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2D9C9 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 210 | 217 | 201 | - |
CMYK | 0.03 | 0 | 0.07 | 0.15 |
HSL | 86.25º | 0.17% | 0.82% | - |
HSV(B) | 86.25º | 0.07% | 0.85% | - |
XYZ | 61.93 | 67.54 | 65.03 | - |
YUV | 213.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 217 | 201 | 0.03 | 0 | 0.07 | 0.15 | 86.25 | 0.17 | 0.82 |
Hex | D2 | D9 | C9 | 3 | 0 | 7 | F | 56 | 11 | 52 |
Octal | 322 | 331 | 311 | 3 | 0 | 7 | 17 | 126 | 21 | 122 |
Binary | 11010010 | 11011001 | 11001001 | 11 | 0 | 111 | 1111 | 1010110 | 10001 | 1010010 |
Color Harmonies of #D2D9C9
Complementary color
Monochromatic Colors of #D2D9C9
Black with #D2D9C9
Text Example
Text Example
White with #D2D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9C9; }
p { color: rgb(210,217,201); }
H1.HeaderClassName
{
color: #D2D9C9;
}
.AnyTagClassName
{
color: #D2D9C9;
}
</style>
background-color css
<style>
a { background-color: #D2D9C9; }
a { background-color: rgb(210,217,201); }
div.DivClassName
{
background-color: #D2D9C9;
}
.BgClassName
{
background-color: #D2D9C9;
}
</style>
border-color css
<style>
span { border-color: #D2D9C9; }
span { border-color: rgb(210,217,201); }
td.TdClassName
{
border-color: #D2D9C9;
}
.TagClassName
{
border-color: #D2D9C9;
}
</style>