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