Shades of Orinoco #D4DDA1
Tints of Orinoco #D4DDA1
RGB
CMYK
RGB Variations
Color information
#D4DDA1 (or 0xD4DDA1) is known color: Orinoco. HEX triplet: D4, DD and A1. RGB value is (212,221,161). Sum of RGB (Red+Green+Blue) = 212+221+161=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DDA1 is #2B225E. Grayscale: #D3D3D3. Windows color (decimal): -2826847 or 10608084. OLE color: 10608084.
HSL color Cylindrical-coordinate representation of color #D4DDA1: hue angle of 69º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4DDA1 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 161 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.13 |
| HSL | 69º | 0.47% | 0.75% | - |
| HSV(B) | 69º | 0.27% | 0.87% | - |
| XYZ | 59.44 | 68.28 | 43.77 | - |
| YUV | 211.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 161 | 0.04 | 0 | 0.27 | 0.13 | 69 | 0.47 | 0.75 |
| Hex | D4 | DD | A1 | 4 | 0 | 1B | D | 45 | 2F | 4B |
| Octal | 324 | 335 | 241 | 4 | 0 | 33 | 15 | 105 | 57 | 113 |
| Binary | 11010100 | 11011101 | 10100001 | 100 | 0 | 11011 | 1101 | 1000101 | 101111 | 1001011 |
Color Harmonies of #D4DDA1
Complementary color
Monochromatic Colors of #D4DDA1
Black with #D4DDA1
Text Example
Text Example
White with #D4DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDA1; }
p { color: rgb(212,221,161); }
H1.HeaderClassName
{
color: #D4DDA1;
}
.AnyTagClassName
{
color: #D4DDA1;
}
</style>
background-color css
<style>
a { background-color: #D4DDA1; }
a { background-color: rgb(212,221,161); }
div.DivClassName
{
background-color: #D4DDA1;
}
.BgClassName
{
background-color: #D4DDA1;
}
</style>
border-color css
<style>
span { border-color: #D4DDA1; }
span { border-color: rgb(212,221,161); }
td.TdClassName
{
border-color: #D4DDA1;
}
.TagClassName
{
border-color: #D4DDA1;
}
</style>