Shades of Orinoco #D5D6AD
Tints of Orinoco #D5D6AD
RGB
CMYK
RGB Variations
Color information
#D5D6AD (or 0xD5D6AD) is known color: Orinoco. HEX triplet: D5, D6 and AD. RGB value is (213,214,173). Sum of RGB (Red+Green+Blue) = 213+214+173=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D6AD is #2A2952. Grayscale: #D1D1D1. Windows color (decimal): -2763091 or 11392725. OLE color: 11392725.
HSL color Cylindrical-coordinate representation of color #D5D6AD: hue angle of 61.46º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5D6AD is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 173 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.16 |
| HSL | 61.46º | 0.33% | 0.76% | - |
| HSV(B) | 61.46º | 0.19% | 0.84% | - |
| XYZ | 59.03 | 65.26 | 49.02 | - |
| YUV | 209.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 173 | 0.00 | 0 | 0.19 | 0.16 | 61.46 | 0.33 | 0.76 |
| Hex | D5 | D6 | AD | 0 | 0 | 13 | 10 | 3D | 21 | 4C |
| Octal | 325 | 326 | 255 | 0 | 0 | 23 | 20 | 75 | 41 | 114 |
| Binary | 11010101 | 11010110 | 10101101 | 0 | 0 | 10011 | 10000 | 111101 | 100001 | 1001100 |
Color Harmonies of #D5D6AD
Complementary color
Monochromatic Colors of #D5D6AD
Black with #D5D6AD
Text Example
Text Example
White with #D5D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6AD; }
p { color: rgb(213,214,173); }
H1.HeaderClassName
{
color: #D5D6AD;
}
.AnyTagClassName
{
color: #D5D6AD;
}
</style>
background-color css
<style>
a { background-color: #D5D6AD; }
a { background-color: rgb(213,214,173); }
div.DivClassName
{
background-color: #D5D6AD;
}
.BgClassName
{
background-color: #D5D6AD;
}
</style>
border-color css
<style>
span { border-color: #D5D6AD; }
span { border-color: rgb(213,214,173); }
td.TdClassName
{
border-color: #D5D6AD;
}
.TagClassName
{
border-color: #D5D6AD;
}
</style>