Shades of Orinoco #D2DCAA
Tints of Orinoco #D2DCAA
RGB
CMYK
RGB Variations
Color information
#D2DCAA (or 0xD2DCAA) is known color: Orinoco. HEX triplet: D2, DC and AA. RGB value is (210,220,170). Sum of RGB (Red+Green+Blue) = 210+220+170=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCAA is #2D2355. Grayscale: #D3D3D3. Windows color (decimal): -2958166 or 11197650. OLE color: 11197650.
HSL color Cylindrical-coordinate representation of color #D2DCAA: hue angle of 72º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2DCAA is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 170 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.14 |
| HSL | 72º | 0.42% | 0.76% | - |
| HSV(B) | 72º | 0.23% | 0.86% | - |
| XYZ | 59.43 | 67.79 | 47.98 | - |
| YUV | 211.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 170 | 0.05 | 0 | 0.23 | 0.14 | 72 | 0.42 | 0.76 |
| Hex | D2 | DC | AA | 5 | 0 | 17 | E | 48 | 2A | 4C |
| Octal | 322 | 334 | 252 | 5 | 0 | 27 | 16 | 110 | 52 | 114 |
| Binary | 11010010 | 11011100 | 10101010 | 101 | 0 | 10111 | 1110 | 1001000 | 101010 | 1001100 |
Color Harmonies of #D2DCAA
Complementary color
Monochromatic Colors of #D2DCAA
Black with #D2DCAA
Text Example
Text Example
White with #D2DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCAA; }
p { color: rgb(210,220,170); }
H1.HeaderClassName
{
color: #D2DCAA;
}
.AnyTagClassName
{
color: #D2DCAA;
}
</style>
background-color css
<style>
a { background-color: #D2DCAA; }
a { background-color: rgb(210,220,170); }
div.DivClassName
{
background-color: #D2DCAA;
}
.BgClassName
{
background-color: #D2DCAA;
}
</style>
border-color css
<style>
span { border-color: #D2DCAA; }
span { border-color: rgb(210,220,170); }
td.TdClassName
{
border-color: #D2DCAA;
}
.TagClassName
{
border-color: #D2DCAA;
}
</style>