Shades of Orinoco #D0D8B3
Tints of Orinoco #D0D8B3
RGB
CMYK
RGB Variations
Color information
#D0D8B3 (or 0xD0D8B3) is known color: Orinoco. HEX triplet: D0, D8 and B3. RGB value is (208,216,179). Sum of RGB (Red+Green+Blue) = 208+216+179=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8B3 is #2F274C. Grayscale: #D1D1D1. Windows color (decimal): -3090253 or 11786448. OLE color: 11786448.
HSL color Cylindrical-coordinate representation of color #D0D8B3: hue angle of 72.97º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D8B3 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 179 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.15 |
| HSL | 72.97º | 0.32% | 0.77% | - |
| HSV(B) | 72.97º | 0.17% | 0.85% | - |
| XYZ | 58.7 | 65.78 | 52.25 | - |
| YUV | 209.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 179 | 0.04 | 0 | 0.17 | 0.15 | 72.97 | 0.32 | 0.77 |
| Hex | D0 | D8 | B3 | 4 | 0 | 11 | F | 49 | 20 | 4D |
| Octal | 320 | 330 | 263 | 4 | 0 | 21 | 17 | 111 | 40 | 115 |
| Binary | 11010000 | 11011000 | 10110011 | 100 | 0 | 10001 | 1111 | 1001001 | 100000 | 1001101 |
Color Harmonies of #D0D8B3
Complementary color
Monochromatic Colors of #D0D8B3
Black with #D0D8B3
Text Example
Text Example
White with #D0D8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8B3; }
p { color: rgb(208,216,179); }
H1.HeaderClassName
{
color: #D0D8B3;
}
.AnyTagClassName
{
color: #D0D8B3;
}
</style>
background-color css
<style>
a { background-color: #D0D8B3; }
a { background-color: rgb(208,216,179); }
div.DivClassName
{
background-color: #D0D8B3;
}
.BgClassName
{
background-color: #D0D8B3;
}
</style>
border-color css
<style>
span { border-color: #D0D8B3; }
span { border-color: rgb(208,216,179); }
td.TdClassName
{
border-color: #D0D8B3;
}
.TagClassName
{
border-color: #D0D8B3;
}
</style>