Shades of Orinoco #D2DAAF
Tints of Orinoco #D2DAAF
RGB
CMYK
RGB Variations
Color information
#D2DAAF (or 0xD2DAAF) is known color: Orinoco. HEX triplet: D2, DA and AF. RGB value is (210,218,175). Sum of RGB (Red+Green+Blue) = 210+218+175=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAAF is #2D2550. Grayscale: #D2D2D2. Windows color (decimal): -2958673 or 11524818. OLE color: 11524818.
HSL color Cylindrical-coordinate representation of color #D2DAAF: hue angle of 71.16º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2DAAF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 175 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.15 |
| HSL | 71.16º | 0.37% | 0.77% | - |
| HSV(B) | 71.16º | 0.2% | 0.85% | - |
| XYZ | 59.39 | 66.94 | 50.35 | - |
| YUV | 210.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 175 | 0.04 | 0 | 0.20 | 0.15 | 71.16 | 0.37 | 0.77 |
| Hex | D2 | DA | AF | 4 | 0 | 14 | F | 47 | 25 | 4D |
| Octal | 322 | 332 | 257 | 4 | 0 | 24 | 17 | 107 | 45 | 115 |
| Binary | 11010010 | 11011010 | 10101111 | 100 | 0 | 10100 | 1111 | 1000111 | 100101 | 1001101 |
Color Harmonies of #D2DAAF
Complementary color
Monochromatic Colors of #D2DAAF
Black with #D2DAAF
Text Example
Text Example
White with #D2DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAAF; }
p { color: rgb(210,218,175); }
H1.HeaderClassName
{
color: #D2DAAF;
}
.AnyTagClassName
{
color: #D2DAAF;
}
</style>
background-color css
<style>
a { background-color: #D2DAAF; }
a { background-color: rgb(210,218,175); }
div.DivClassName
{
background-color: #D2DAAF;
}
.BgClassName
{
background-color: #D2DAAF;
}
</style>
border-color css
<style>
span { border-color: #D2DAAF; }
span { border-color: rgb(210,218,175); }
td.TdClassName
{
border-color: #D2DAAF;
}
.TagClassName
{
border-color: #D2DAAF;
}
</style>