Shades of Ottoman #D0DCC4
Tints of Ottoman #D0DCC4
RGB
CMYK
RGB Variations
Color information
#D0DCC4 (or 0xD0DCC4) is known color: Ottoman. HEX triplet: D0, DC and C4. RGB value is (208,220,196). Sum of RGB (Red+Green+Blue) = 208+220+196=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCC4 is #2F233B. Grayscale: #D5D5D5. Windows color (decimal): -3089212 or 12901584. OLE color: 12901584.
HSL color Cylindrical-coordinate representation of color #D0DCC4: hue angle of 90º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DCC4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 196 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.14 |
| HSL | 90º | 0.26% | 0.82% | - |
| HSV(B) | 90º | 0.11% | 0.86% | - |
| XYZ | 61.57 | 68.58 | 62.22 | - |
| YUV | 213.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 196 | 0.05 | 0 | 0.11 | 0.14 | 90 | 0.26 | 0.82 |
| Hex | D0 | DC | C4 | 5 | 0 | B | E | 5A | 1A | 52 |
| Octal | 320 | 334 | 304 | 5 | 0 | 13 | 16 | 132 | 32 | 122 |
| Binary | 11010000 | 11011100 | 11000100 | 101 | 0 | 1011 | 1110 | 1011010 | 11010 | 1010010 |
Color Harmonies of #D0DCC4
Complementary color
Monochromatic Colors of #D0DCC4
Black with #D0DCC4
Text Example
Text Example
White with #D0DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCC4; }
p { color: rgb(208,220,196); }
H1.HeaderClassName
{
color: #D0DCC4;
}
.AnyTagClassName
{
color: #D0DCC4;
}
</style>
background-color css
<style>
a { background-color: #D0DCC4; }
a { background-color: rgb(208,220,196); }
div.DivClassName
{
background-color: #D0DCC4;
}
.BgClassName
{
background-color: #D0DCC4;
}
</style>
border-color css
<style>
span { border-color: #D0DCC4; }
span { border-color: rgb(208,220,196); }
td.TdClassName
{
border-color: #D0DCC4;
}
.TagClassName
{
border-color: #D0DCC4;
}
</style>