Shades of Orinoco #D5D3AA
Tints of Orinoco #D5D3AA
RGB
CMYK
RGB Variations
Color information
#D5D3AA (or 0xD5D3AA) is known color: Orinoco. HEX triplet: D5, D3 and AA. RGB value is (213,211,170). Sum of RGB (Red+Green+Blue) = 213+211+170=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D3AA is #2A2C55. Grayscale: #CFCFCF. Windows color (decimal): -2763862 or 11195349. OLE color: 11195349.
HSL color Cylindrical-coordinate representation of color #D5D3AA: hue angle of 57.21º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5D3AA is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 170 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.16 |
| HSL | 57.21º | 0.34% | 0.75% | - |
| HSV(B) | 57.21º | 0.2% | 0.84% | - |
| XYZ | 57.99 | 63.64 | 47.26 | - |
| YUV | 206.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 170 | 0 | 0.01 | 0.20 | 0.16 | 57.21 | 0.34 | 0.75 |
| Hex | D5 | D3 | AA | 0 | 1 | 14 | 10 | 39 | 22 | 4B |
| Octal | 325 | 323 | 252 | 0 | 1 | 24 | 20 | 71 | 42 | 113 |
| Binary | 11010101 | 11010011 | 10101010 | 0 | 1 | 10100 | 10000 | 111001 | 100010 | 1001011 |
Color Harmonies of #D5D3AA
Complementary color
Monochromatic Colors of #D5D3AA
Black with #D5D3AA
Text Example
Text Example
White with #D5D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D3AA; }
p { color: rgb(213,211,170); }
H1.HeaderClassName
{
color: #D5D3AA;
}
.AnyTagClassName
{
color: #D5D3AA;
}
</style>
background-color css
<style>
a { background-color: #D5D3AA; }
a { background-color: rgb(213,211,170); }
div.DivClassName
{
background-color: #D5D3AA;
}
.BgClassName
{
background-color: #D5D3AA;
}
</style>
border-color css
<style>
span { border-color: #D5D3AA; }
span { border-color: rgb(213,211,170); }
td.TdClassName
{
border-color: #D5D3AA;
}
.TagClassName
{
border-color: #D5D3AA;
}
</style>