Shades of Ottoman #D0D9CB
Tints of Ottoman #D0D9CB
RGB
CMYK
RGB Variations
Color information
#D0D9CB (or 0xD0D9CB) is known color: Ottoman. HEX triplet: D0, D9 and CB. RGB value is (208,217,203). Sum of RGB (Red+Green+Blue) = 208+217+203=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9CB is #2F2634. Grayscale: #D4D4D4. Windows color (decimal): -3089973 or 13359568. OLE color: 13359568.
HSL color Cylindrical-coordinate representation of color #D0D9CB: hue angle of 98.57º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0D9CB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 203 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.15 |
| HSL | 98.57º | 0.16% | 0.82% | - |
| HSV(B) | 98.57º | 0.06% | 0.85% | - |
| XYZ | 61.6 | 67.35 | 66.25 | - |
| YUV | 212.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 203 | 0.04 | 0 | 0.06 | 0.15 | 98.57 | 0.16 | 0.82 |
| Hex | D0 | D9 | CB | 4 | 0 | 6 | F | 63 | 10 | 52 |
| Octal | 320 | 331 | 313 | 4 | 0 | 6 | 17 | 143 | 20 | 122 |
| Binary | 11010000 | 11011001 | 11001011 | 100 | 0 | 110 | 1111 | 1100011 | 10000 | 1010010 |
Color Harmonies of #D0D9CB
Complementary color
Monochromatic Colors of #D0D9CB
Black with #D0D9CB
Text Example
Text Example
White with #D0D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D9CB; }
p { color: rgb(208,217,203); }
H1.HeaderClassName
{
color: #D0D9CB;
}
.AnyTagClassName
{
color: #D0D9CB;
}
</style>
background-color css
<style>
a { background-color: #D0D9CB; }
a { background-color: rgb(208,217,203); }
div.DivClassName
{
background-color: #D0D9CB;
}
.BgClassName
{
background-color: #D0D9CB;
}
</style>
border-color css
<style>
span { border-color: #D0D9CB; }
span { border-color: rgb(208,217,203); }
td.TdClassName
{
border-color: #D0D9CB;
}
.TagClassName
{
border-color: #D0D9CB;
}
</style>