Shades of Ottoman #D0DFBD
Tints of Ottoman #D0DFBD
RGB
CMYK
RGB Variations
Color information
#D0DFBD (or 0xD0DFBD) is known color: Ottoman. HEX triplet: D0, DF and BD. RGB value is (208,223,189). Sum of RGB (Red+Green+Blue) = 208+223+189=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFBD is #2F2042. Grayscale: #D6D6D6. Windows color (decimal): -3088451 or 12443600. OLE color: 12443600.
HSL color Cylindrical-coordinate representation of color #D0DFBD: hue angle of 86.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DFBD is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 189 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.13 |
| HSL | 86.47º | 0.35% | 0.81% | - |
| HSV(B) | 86.47º | 0.15% | 0.87% | - |
| XYZ | 61.59 | 69.86 | 58.38 | - |
| YUV | 214.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 189 | 0.07 | 0 | 0.15 | 0.13 | 86.47 | 0.35 | 0.81 |
| Hex | D0 | DF | BD | 7 | 0 | F | D | 56 | 23 | 51 |
| Octal | 320 | 337 | 275 | 7 | 0 | 17 | 15 | 126 | 43 | 121 |
| Binary | 11010000 | 11011111 | 10111101 | 111 | 0 | 1111 | 1101 | 1010110 | 100011 | 1010001 |
Color Harmonies of #D0DFBD
Complementary color
Monochromatic Colors of #D0DFBD
Black with #D0DFBD
Text Example
Text Example
White with #D0DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFBD; }
p { color: rgb(208,223,189); }
H1.HeaderClassName
{
color: #D0DFBD;
}
.AnyTagClassName
{
color: #D0DFBD;
}
</style>
background-color css
<style>
a { background-color: #D0DFBD; }
a { background-color: rgb(208,223,189); }
div.DivClassName
{
background-color: #D0DFBD;
}
.BgClassName
{
background-color: #D0DFBD;
}
</style>
border-color css
<style>
span { border-color: #D0DFBD; }
span { border-color: rgb(208,223,189); }
td.TdClassName
{
border-color: #D0DFBD;
}
.TagClassName
{
border-color: #D0DFBD;
}
</style>