Shades of Orinoco #D7D6B3
Tints of Orinoco #D7D6B3
RGB
CMYK
RGB Variations
Color information
#D7D6B3 (or 0xD7D6B3) is known color: Orinoco. HEX triplet: D7, D6 and B3. RGB value is (215,214,179). Sum of RGB (Red+Green+Blue) = 215+214+179=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6B3 is #28294C. Grayscale: #D2D2D2. Windows color (decimal): -2632013 or 11785943. OLE color: 11785943.
HSL color Cylindrical-coordinate representation of color #D7D6B3: hue angle of 58.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7D6B3 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 179 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.16 |
| HSL | 58.33º | 0.31% | 0.77% | - |
| HSV(B) | 58.33º | 0.17% | 0.84% | - |
| XYZ | 60.21 | 65.79 | 52.17 | - |
| YUV | 210.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 179 | 0 | 0.00 | 0.17 | 0.16 | 58.33 | 0.31 | 0.77 |
| Hex | D7 | D6 | B3 | 0 | 0 | 11 | 10 | 3A | 1F | 4D |
| Octal | 327 | 326 | 263 | 0 | 0 | 21 | 20 | 72 | 37 | 115 |
| Binary | 11010111 | 11010110 | 10110011 | 0 | 0 | 10001 | 10000 | 111010 | 11111 | 1001101 |
Color Harmonies of #D7D6B3
Complementary color
Monochromatic Colors of #D7D6B3
Black with #D7D6B3
Text Example
Text Example
White with #D7D6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D6B3; }
p { color: rgb(215,214,179); }
H1.HeaderClassName
{
color: #D7D6B3;
}
.AnyTagClassName
{
color: #D7D6B3;
}
</style>
background-color css
<style>
a { background-color: #D7D6B3; }
a { background-color: rgb(215,214,179); }
div.DivClassName
{
background-color: #D7D6B3;
}
.BgClassName
{
background-color: #D7D6B3;
}
</style>
border-color css
<style>
span { border-color: #D7D6B3; }
span { border-color: rgb(215,214,179); }
td.TdClassName
{
border-color: #D7D6B3;
}
.TagClassName
{
border-color: #D7D6B3;
}
</style>