Shades of Orinoco #D7DCAA
Tints of Orinoco #D7DCAA
RGB
CMYK
RGB Variations
Color information
#D7DCAA (or 0xD7DCAA) is known color: Orinoco. HEX triplet: D7, DC and AA. RGB value is (215,220,170). Sum of RGB (Red+Green+Blue) = 215+220+170=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCAA is #282355. Grayscale: #D4D4D4. Windows color (decimal): -2630486 or 11197655. OLE color: 11197655.
HSL color Cylindrical-coordinate representation of color #D7DCAA: hue angle of 66º 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 #D7DCAA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 170 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.14 |
| HSL | 66º | 0.42% | 0.76% | - |
| HSV(B) | 66º | 0.23% | 0.86% | - |
| XYZ | 60.87 | 68.54 | 48.05 | - |
| YUV | 212.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 170 | 0.02 | 0 | 0.23 | 0.14 | 66 | 0.42 | 0.76 |
| Hex | D7 | DC | AA | 2 | 0 | 17 | E | 42 | 2A | 4C |
| Octal | 327 | 334 | 252 | 2 | 0 | 27 | 16 | 102 | 52 | 114 |
| Binary | 11010111 | 11011100 | 10101010 | 10 | 0 | 10111 | 1110 | 1000010 | 101010 | 1001100 |
Color Harmonies of #D7DCAA
Complementary color
Monochromatic Colors of #D7DCAA
Black with #D7DCAA
Text Example
Text Example
White with #D7DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCAA; }
p { color: rgb(215,220,170); }
H1.HeaderClassName
{
color: #D7DCAA;
}
.AnyTagClassName
{
color: #D7DCAA;
}
</style>
background-color css
<style>
a { background-color: #D7DCAA; }
a { background-color: rgb(215,220,170); }
div.DivClassName
{
background-color: #D7DCAA;
}
.BgClassName
{
background-color: #D7DCAA;
}
</style>
border-color css
<style>
span { border-color: #D7DCAA; }
span { border-color: rgb(215,220,170); }
td.TdClassName
{
border-color: #D7DCAA;
}
.TagClassName
{
border-color: #D7DCAA;
}
</style>