Shades of Orinoco #D4D9AB
Tints of Orinoco #D4D9AB
RGB
CMYK
RGB Variations
Color information
#D4D9AB (or 0xD4D9AB) is known color: Orinoco. HEX triplet: D4, D9 and AB. RGB value is (212,217,171). Sum of RGB (Red+Green+Blue) = 212+217+171=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D9AB is #2B2654. Grayscale: #D2D2D2. Windows color (decimal): -2827861 or 11262420. OLE color: 11262420.
HSL color Cylindrical-coordinate representation of color #D4D9AB: hue angle of 66.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4D9AB is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 171 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.15 |
| HSL | 66.52º | 0.38% | 0.76% | - |
| HSV(B) | 66.52º | 0.21% | 0.85% | - |
| XYZ | 59.31 | 66.56 | 48.25 | - |
| YUV | 210.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 171 | 0.02 | 0 | 0.21 | 0.15 | 66.52 | 0.38 | 0.76 |
| Hex | D4 | D9 | AB | 2 | 0 | 15 | F | 43 | 26 | 4C |
| Octal | 324 | 331 | 253 | 2 | 0 | 25 | 17 | 103 | 46 | 114 |
| Binary | 11010100 | 11011001 | 10101011 | 10 | 0 | 10101 | 1111 | 1000011 | 100110 | 1001100 |
Color Harmonies of #D4D9AB
Complementary color
Monochromatic Colors of #D4D9AB
Black with #D4D9AB
Text Example
Text Example
White with #D4D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9AB; }
p { color: rgb(212,217,171); }
H1.HeaderClassName
{
color: #D4D9AB;
}
.AnyTagClassName
{
color: #D4D9AB;
}
</style>
background-color css
<style>
a { background-color: #D4D9AB; }
a { background-color: rgb(212,217,171); }
div.DivClassName
{
background-color: #D4D9AB;
}
.BgClassName
{
background-color: #D4D9AB;
}
</style>
border-color css
<style>
span { border-color: #D4D9AB; }
span { border-color: rgb(212,217,171); }
td.TdClassName
{
border-color: #D4D9AB;
}
.TagClassName
{
border-color: #D4D9AB;
}
</style>