Shades of Orinoco #D5D4AB
Tints of Orinoco #D5D4AB
RGB
CMYK
RGB Variations
Color information
#D5D4AB (or 0xD5D4AB) is known color: Orinoco. HEX triplet: D5, D4 and AB. RGB value is (213,212,171). Sum of RGB (Red+Green+Blue) = 213+212+171=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D4AB is #2A2B54. Grayscale: #CFCFCF. Windows color (decimal): -2763605 or 11261141. OLE color: 11261141.
HSL color Cylindrical-coordinate representation of color #D5D4AB: hue angle of 58.57º 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 #D5D4AB is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 171 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.16 |
| HSL | 58.57º | 0.33% | 0.75% | - |
| HSV(B) | 58.57º | 0.2% | 0.84% | - |
| XYZ | 58.33 | 64.17 | 47.84 | - |
| YUV | 207.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 171 | 0 | 0.00 | 0.20 | 0.16 | 58.57 | 0.33 | 0.75 |
| Hex | D5 | D4 | AB | 0 | 0 | 14 | 10 | 3B | 21 | 4B |
| Octal | 325 | 324 | 253 | 0 | 0 | 24 | 20 | 73 | 41 | 113 |
| Binary | 11010101 | 11010100 | 10101011 | 0 | 0 | 10100 | 10000 | 111011 | 100001 | 1001011 |
Color Harmonies of #D5D4AB
Complementary color
Monochromatic Colors of #D5D4AB
Black with #D5D4AB
Text Example
Text Example
White with #D5D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4AB; }
p { color: rgb(213,212,171); }
H1.HeaderClassName
{
color: #D5D4AB;
}
.AnyTagClassName
{
color: #D5D4AB;
}
</style>
background-color css
<style>
a { background-color: #D5D4AB; }
a { background-color: rgb(213,212,171); }
div.DivClassName
{
background-color: #D5D4AB;
}
.BgClassName
{
background-color: #D5D4AB;
}
</style>
border-color css
<style>
span { border-color: #D5D4AB; }
span { border-color: rgb(213,212,171); }
td.TdClassName
{
border-color: #D5D4AB;
}
.TagClassName
{
border-color: #D5D4AB;
}
</style>