Shades of Orinoco #D2DAAA
Tints of Orinoco #D2DAAA
RGB
CMYK
RGB Variations
Color information
#D2DAAA (or 0xD2DAAA) is known color: Orinoco. HEX triplet: D2, DA and AA. RGB value is (210,218,170). Sum of RGB (Red+Green+Blue) = 210+218+170=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAAA is #2D2555. Grayscale: #D2D2D2. Windows color (decimal): -2958678 or 11197138. OLE color: 11197138.
HSL color Cylindrical-coordinate representation of color #D2DAAA: hue angle of 70º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2DAAA is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 170 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.15 |
| HSL | 70º | 0.39% | 0.76% | - |
| HSV(B) | 70º | 0.22% | 0.85% | - |
| XYZ | 58.91 | 66.75 | 47.81 | - |
| YUV | 210.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 170 | 0.04 | 0 | 0.22 | 0.15 | 70 | 0.39 | 0.76 |
| Hex | D2 | DA | AA | 4 | 0 | 16 | F | 46 | 27 | 4C |
| Octal | 322 | 332 | 252 | 4 | 0 | 26 | 17 | 106 | 47 | 114 |
| Binary | 11010010 | 11011010 | 10101010 | 100 | 0 | 10110 | 1111 | 1000110 | 100111 | 1001100 |
Color Harmonies of #D2DAAA
Complementary color
Monochromatic Colors of #D2DAAA
Black with #D2DAAA
Text Example
Text Example
White with #D2DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAAA; }
p { color: rgb(210,218,170); }
H1.HeaderClassName
{
color: #D2DAAA;
}
.AnyTagClassName
{
color: #D2DAAA;
}
</style>
background-color css
<style>
a { background-color: #D2DAAA; }
a { background-color: rgb(210,218,170); }
div.DivClassName
{
background-color: #D2DAAA;
}
.BgClassName
{
background-color: #D2DAAA;
}
</style>
border-color css
<style>
span { border-color: #D2DAAA; }
span { border-color: rgb(210,218,170); }
td.TdClassName
{
border-color: #D2DAAA;
}
.TagClassName
{
border-color: #D2DAAA;
}
</style>