Shades of Orinoco #D5D3AB
Tints of Orinoco #D5D3AB
RGB
CMYK
RGB Variations
Color information
#D5D3AB (or 0xD5D3AB) is known color: Orinoco. HEX triplet: D5, D3 and AB. RGB value is (213,211,171). Sum of RGB (Red+Green+Blue) = 213+211+171=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D3AB is #2A2C54. Grayscale: #CFCFCF. Windows color (decimal): -2763861 or 11260885. OLE color: 11260885.
HSL color Cylindrical-coordinate representation of color #D5D3AB: hue angle of 57.14º degrees, saturation: 0.33, 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 #D5D3AB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 171 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.16 |
| HSL | 57.14º | 0.33% | 0.75% | - |
| HSV(B) | 57.14º | 0.2% | 0.84% | - |
| XYZ | 58.09 | 63.67 | 47.76 | - |
| YUV | 207.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 171 | 0 | 0.01 | 0.20 | 0.16 | 57.14 | 0.33 | 0.75 |
| Hex | D5 | D3 | AB | 0 | 1 | 14 | 10 | 39 | 21 | 4B |
| Octal | 325 | 323 | 253 | 0 | 1 | 24 | 20 | 71 | 41 | 113 |
| Binary | 11010101 | 11010011 | 10101011 | 0 | 1 | 10100 | 10000 | 111001 | 100001 | 1001011 |
Color Harmonies of #D5D3AB
Complementary color
Monochromatic Colors of #D5D3AB
Black with #D5D3AB
Text Example
Text Example
White with #D5D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D3AB; }
p { color: rgb(213,211,171); }
H1.HeaderClassName
{
color: #D5D3AB;
}
.AnyTagClassName
{
color: #D5D3AB;
}
</style>
background-color css
<style>
a { background-color: #D5D3AB; }
a { background-color: rgb(213,211,171); }
div.DivClassName
{
background-color: #D5D3AB;
}
.BgClassName
{
background-color: #D5D3AB;
}
</style>
border-color css
<style>
span { border-color: #D5D3AB; }
span { border-color: rgb(213,211,171); }
td.TdClassName
{
border-color: #D5D3AB;
}
.TagClassName
{
border-color: #D5D3AB;
}
</style>