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