Shades of Orinoco #D8D6B3
Tints of Orinoco #D8D6B3
RGB
CMYK
RGB Variations
Color information
#D8D6B3 (or 0xD8D6B3) is known color: Orinoco. HEX triplet: D8, D6 and B3. RGB value is (216,214,179). Sum of RGB (Red+Green+Blue) = 216+214+179=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6B3 is #27294C. Grayscale: #D2D2D2. Windows color (decimal): -2566477 or 11785944. OLE color: 11785944.
HSL color Cylindrical-coordinate representation of color #D8D6B3: hue angle of 56.76º 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 #D8D6B3 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 179 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.15 |
| HSL | 56.76º | 0.32% | 0.77% | - |
| HSV(B) | 56.76º | 0.17% | 0.85% | - |
| XYZ | 60.5 | 65.95 | 52.19 | - |
| YUV | 210.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 179 | 0 | 0.01 | 0.17 | 0.15 | 56.76 | 0.32 | 0.77 |
| Hex | D8 | D6 | B3 | 0 | 1 | 11 | F | 39 | 20 | 4D |
| Octal | 330 | 326 | 263 | 0 | 1 | 21 | 17 | 71 | 40 | 115 |
| Binary | 11011000 | 11010110 | 10110011 | 0 | 1 | 10001 | 1111 | 111001 | 100000 | 1001101 |
Color Harmonies of #D8D6B3
Complementary color
Monochromatic Colors of #D8D6B3
Black with #D8D6B3
Text Example
Text Example
White with #D8D6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6B3; }
p { color: rgb(216,214,179); }
H1.HeaderClassName
{
color: #D8D6B3;
}
.AnyTagClassName
{
color: #D8D6B3;
}
</style>
background-color css
<style>
a { background-color: #D8D6B3; }
a { background-color: rgb(216,214,179); }
div.DivClassName
{
background-color: #D8D6B3;
}
.BgClassName
{
background-color: #D8D6B3;
}
</style>
border-color css
<style>
span { border-color: #D8D6B3; }
span { border-color: rgb(216,214,179); }
td.TdClassName
{
border-color: #D8D6B3;
}
.TagClassName
{
border-color: #D8D6B3;
}
</style>