Shades of Orinoco #D2D7B2
Tints of Orinoco #D2D7B2
RGB
CMYK
RGB Variations
Color information
#D2D7B2 (or 0xD2D7B2) is known color: Orinoco. HEX triplet: D2, D7 and B2. RGB value is (210,215,178). Sum of RGB (Red+Green+Blue) = 210+215+178=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D7B2 is #2D284D. Grayscale: #D1D1D1. Windows color (decimal): -2959438 or 11720658. OLE color: 11720658.
HSL color Cylindrical-coordinate representation of color #D2D7B2: hue angle of 68.11º degrees, saturation: 0.32, 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 #D2D7B2 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 178 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.16 |
| HSL | 68.11º | 0.32% | 0.77% | - |
| HSV(B) | 68.11º | 0.17% | 0.84% | - |
| XYZ | 58.91 | 65.52 | 51.66 | - |
| YUV | 209.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 178 | 0.02 | 0 | 0.17 | 0.16 | 68.11 | 0.32 | 0.77 |
| Hex | D2 | D7 | B2 | 2 | 0 | 11 | 10 | 44 | 20 | 4D |
| Octal | 322 | 327 | 262 | 2 | 0 | 21 | 20 | 104 | 40 | 115 |
| Binary | 11010010 | 11010111 | 10110010 | 10 | 0 | 10001 | 10000 | 1000100 | 100000 | 1001101 |
Color Harmonies of #D2D7B2
Complementary color
Monochromatic Colors of #D2D7B2
Black with #D2D7B2
Text Example
Text Example
White with #D2D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7B2; }
p { color: rgb(210,215,178); }
H1.HeaderClassName
{
color: #D2D7B2;
}
.AnyTagClassName
{
color: #D2D7B2;
}
</style>
background-color css
<style>
a { background-color: #D2D7B2; }
a { background-color: rgb(210,215,178); }
div.DivClassName
{
background-color: #D2D7B2;
}
.BgClassName
{
background-color: #D2D7B2;
}
</style>
border-color css
<style>
span { border-color: #D2D7B2; }
span { border-color: rgb(210,215,178); }
td.TdClassName
{
border-color: #D2D7B2;
}
.TagClassName
{
border-color: #D2D7B2;
}
</style>