Shades of Orinoco #D5D9A3
Tints of Orinoco #D5D9A3
RGB
CMYK
RGB Variations
Color information
#D5D9A3 (or 0xD5D9A3) is known color: Orinoco. HEX triplet: D5, D9 and A3. RGB value is (213,217,163). Sum of RGB (Red+Green+Blue) = 213+217+163=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D9A3 is #2A265C. Grayscale: #D1D1D1. Windows color (decimal): -2762333 or 10738133. OLE color: 10738133.
HSL color Cylindrical-coordinate representation of color #D5D9A3: hue angle of 64.44º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5D9A3 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 163 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.15 |
| HSL | 64.44º | 0.42% | 0.75% | - |
| HSV(B) | 64.44º | 0.25% | 0.85% | - |
| XYZ | 58.86 | 66.42 | 44.37 | - |
| YUV | 209.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 163 | 0.02 | 0 | 0.25 | 0.15 | 64.44 | 0.42 | 0.75 |
| Hex | D5 | D9 | A3 | 2 | 0 | 19 | F | 40 | 2A | 4B |
| Octal | 325 | 331 | 243 | 2 | 0 | 31 | 17 | 100 | 52 | 113 |
| Binary | 11010101 | 11011001 | 10100011 | 10 | 0 | 11001 | 1111 | 1000000 | 101010 | 1001011 |
Color Harmonies of #D5D9A3
Complementary color
Monochromatic Colors of #D5D9A3
Black with #D5D9A3
Text Example
Text Example
White with #D5D9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9A3; }
p { color: rgb(213,217,163); }
H1.HeaderClassName
{
color: #D5D9A3;
}
.AnyTagClassName
{
color: #D5D9A3;
}
</style>
background-color css
<style>
a { background-color: #D5D9A3; }
a { background-color: rgb(213,217,163); }
div.DivClassName
{
background-color: #D5D9A3;
}
.BgClassName
{
background-color: #D5D9A3;
}
</style>
border-color css
<style>
span { border-color: #D5D9A3; }
span { border-color: rgb(213,217,163); }
td.TdClassName
{
border-color: #D5D9A3;
}
.TagClassName
{
border-color: #D5D9A3;
}
</style>