Shades of Orinoco #D2DDA6
Tints of Orinoco #D2DDA6
RGB
CMYK
RGB Variations
Color information
#D2DDA6 (or 0xD2DDA6) is known color: Orinoco. HEX triplet: D2, DD and A6. RGB value is (210,221,166). Sum of RGB (Red+Green+Blue) = 210+221+166=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDA6 is #2D2259. Grayscale: #D3D3D3. Windows color (decimal): -2957914 or 10935762. OLE color: 10935762.
HSL color Cylindrical-coordinate representation of color #D2DDA6: hue angle of 72º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2DDA6 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 166 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.13 |
| HSL | 72º | 0.45% | 0.76% | - |
| HSV(B) | 72º | 0.25% | 0.87% | - |
| XYZ | 59.32 | 68.17 | 46.11 | - |
| YUV | 211.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 166 | 0.05 | 0 | 0.25 | 0.13 | 72 | 0.45 | 0.76 |
| Hex | D2 | DD | A6 | 5 | 0 | 19 | D | 48 | 2D | 4C |
| Octal | 322 | 335 | 246 | 5 | 0 | 31 | 15 | 110 | 55 | 114 |
| Binary | 11010010 | 11011101 | 10100110 | 101 | 0 | 11001 | 1101 | 1001000 | 101101 | 1001100 |
Color Harmonies of #D2DDA6
Complementary color
Monochromatic Colors of #D2DDA6
Black with #D2DDA6
Text Example
Text Example
White with #D2DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDA6; }
p { color: rgb(210,221,166); }
H1.HeaderClassName
{
color: #D2DDA6;
}
.AnyTagClassName
{
color: #D2DDA6;
}
</style>
background-color css
<style>
a { background-color: #D2DDA6; }
a { background-color: rgb(210,221,166); }
div.DivClassName
{
background-color: #D2DDA6;
}
.BgClassName
{
background-color: #D2DDA6;
}
</style>
border-color css
<style>
span { border-color: #D2DDA6; }
span { border-color: rgb(210,221,166); }
td.TdClassName
{
border-color: #D2DDA6;
}
.TagClassName
{
border-color: #D2DDA6;
}
</style>