Shades of Orinoco #D5D6A1
Tints of Orinoco #D5D6A1
RGB
CMYK
RGB Variations
Color information
#D5D6A1 (or 0xD5D6A1) is known color: Orinoco. HEX triplet: D5, D6 and A1. RGB value is (213,214,161). Sum of RGB (Red+Green+Blue) = 213+214+161=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D6A1 is #2A295E. Grayscale: #CFCFCF. Windows color (decimal): -2763103 or 10606293. OLE color: 10606293.
HSL color Cylindrical-coordinate representation of color #D5D6A1: hue angle of 61.13º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5D6A1 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 161 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.16 |
| HSL | 61.13º | 0.39% | 0.74% | - |
| HSV(B) | 61.13º | 0.25% | 0.84% | - |
| XYZ | 57.92 | 64.81 | 43.18 | - |
| YUV | 207.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 161 | 0.00 | 0 | 0.25 | 0.16 | 61.13 | 0.39 | 0.74 |
| Hex | D5 | D6 | A1 | 0 | 0 | 19 | 10 | 3D | 27 | 4A |
| Octal | 325 | 326 | 241 | 0 | 0 | 31 | 20 | 75 | 47 | 112 |
| Binary | 11010101 | 11010110 | 10100001 | 0 | 0 | 11001 | 10000 | 111101 | 100111 | 1001010 |
Color Harmonies of #D5D6A1
Complementary color
Monochromatic Colors of #D5D6A1
Black with #D5D6A1
Text Example
Text Example
White with #D5D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6A1; }
p { color: rgb(213,214,161); }
H1.HeaderClassName
{
color: #D5D6A1;
}
.AnyTagClassName
{
color: #D5D6A1;
}
</style>
background-color css
<style>
a { background-color: #D5D6A1; }
a { background-color: rgb(213,214,161); }
div.DivClassName
{
background-color: #D5D6A1;
}
.BgClassName
{
background-color: #D5D6A1;
}
</style>
border-color css
<style>
span { border-color: #D5D6A1; }
span { border-color: rgb(213,214,161); }
td.TdClassName
{
border-color: #D5D6A1;
}
.TagClassName
{
border-color: #D5D6A1;
}
</style>