Shades of Orinoco #D0D3BB
Tints of Orinoco #D0D3BB
RGB
CMYK
RGB Variations
Color information
#D0D3BB (or 0xD0D3BB) is known color: Orinoco. HEX triplet: D0, D3 and BB. RGB value is (208,211,187). Sum of RGB (Red+Green+Blue) = 208+211+187=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3BB is #2F2C44. Grayscale: #CFCFCF. Windows color (decimal): -3091525 or 12309456. OLE color: 12309456.
HSL color Cylindrical-coordinate representation of color #D0D3BB: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D3BB is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 187 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.17 |
| HSL | 67.5º | 0.21% | 0.78% | - |
| HSV(B) | 67.5º | 0.11% | 0.83% | - |
| XYZ | 58.28 | 63.59 | 56.22 | - |
| YUV | 207.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 187 | 0.01 | 0 | 0.11 | 0.17 | 67.5 | 0.21 | 0.78 |
| Hex | D0 | D3 | BB | 1 | 0 | B | 11 | 44 | 15 | 4E |
| Octal | 320 | 323 | 273 | 1 | 0 | 13 | 21 | 104 | 25 | 116 |
| Binary | 11010000 | 11010011 | 10111011 | 1 | 0 | 1011 | 10001 | 1000100 | 10101 | 1001110 |
Color Harmonies of #D0D3BB
Complementary color
Monochromatic Colors of #D0D3BB
Black with #D0D3BB
Text Example
Text Example
White with #D0D3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3BB; }
p { color: rgb(208,211,187); }
H1.HeaderClassName
{
color: #D0D3BB;
}
.AnyTagClassName
{
color: #D0D3BB;
}
</style>
background-color css
<style>
a { background-color: #D0D3BB; }
a { background-color: rgb(208,211,187); }
div.DivClassName
{
background-color: #D0D3BB;
}
.BgClassName
{
background-color: #D0D3BB;
}
</style>
border-color css
<style>
span { border-color: #D0D3BB; }
span { border-color: rgb(208,211,187); }
td.TdClassName
{
border-color: #D0D3BB;
}
.TagClassName
{
border-color: #D0D3BB;
}
</style>