Shades of Orinoco #D5DCA0
Tints of Orinoco #D5DCA0
RGB
CMYK
RGB Variations
Color information
#D5DCA0 (or 0xD5DCA0) is known color: Orinoco. HEX triplet: D5, DC and A0. RGB value is (213,220,160). Sum of RGB (Red+Green+Blue) = 213+220+160=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCA0 is #2A235F. Grayscale: #D3D3D3. Windows color (decimal): -2761568 or 10542293. OLE color: 10542293.
HSL color Cylindrical-coordinate representation of color #D5DCA0: hue angle of 67º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5DCA0 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 160 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.14 |
| HSL | 67º | 0.46% | 0.75% | - |
| HSV(B) | 67º | 0.27% | 0.86% | - |
| XYZ | 59.38 | 67.87 | 43.23 | - |
| YUV | 211.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 160 | 0.03 | 0 | 0.27 | 0.14 | 67 | 0.46 | 0.75 |
| Hex | D5 | DC | A0 | 3 | 0 | 1B | E | 43 | 2E | 4B |
| Octal | 325 | 334 | 240 | 3 | 0 | 33 | 16 | 103 | 56 | 113 |
| Binary | 11010101 | 11011100 | 10100000 | 11 | 0 | 11011 | 1110 | 1000011 | 101110 | 1001011 |
Color Harmonies of #D5DCA0
Complementary color
Monochromatic Colors of #D5DCA0
Black with #D5DCA0
Text Example
Text Example
White with #D5DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCA0; }
p { color: rgb(213,220,160); }
H1.HeaderClassName
{
color: #D5DCA0;
}
.AnyTagClassName
{
color: #D5DCA0;
}
</style>
background-color css
<style>
a { background-color: #D5DCA0; }
a { background-color: rgb(213,220,160); }
div.DivClassName
{
background-color: #D5DCA0;
}
.BgClassName
{
background-color: #D5DCA0;
}
</style>
border-color css
<style>
span { border-color: #D5DCA0; }
span { border-color: rgb(213,220,160); }
td.TdClassName
{
border-color: #D5DCA0;
}
.TagClassName
{
border-color: #D5DCA0;
}
</style>