Shades of Orinoco #D4DCA1
Tints of Orinoco #D4DCA1
RGB
CMYK
RGB Variations
Color information
#D4DCA1 (or 0xD4DCA1) is known color: Orinoco. HEX triplet: D4, DC and A1. RGB value is (212,220,161). Sum of RGB (Red+Green+Blue) = 212+220+161=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCA1 is #2B235E. Grayscale: #D3D3D3. Windows color (decimal): -2827103 or 10607828. OLE color: 10607828.
HSL color Cylindrical-coordinate representation of color #D4DCA1: hue angle of 68.14º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4DCA1 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 161 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.14 |
| HSL | 68.14º | 0.46% | 0.75% | - |
| HSV(B) | 68.14º | 0.27% | 0.86% | - |
| XYZ | 59.18 | 67.76 | 43.68 | - |
| YUV | 210.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 161 | 0.04 | 0 | 0.27 | 0.14 | 68.14 | 0.46 | 0.75 |
| Hex | D4 | DC | A1 | 4 | 0 | 1B | E | 44 | 2E | 4B |
| Octal | 324 | 334 | 241 | 4 | 0 | 33 | 16 | 104 | 56 | 113 |
| Binary | 11010100 | 11011100 | 10100001 | 100 | 0 | 11011 | 1110 | 1000100 | 101110 | 1001011 |
Color Harmonies of #D4DCA1
Complementary color
Monochromatic Colors of #D4DCA1
Black with #D4DCA1
Text Example
Text Example
White with #D4DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCA1; }
p { color: rgb(212,220,161); }
H1.HeaderClassName
{
color: #D4DCA1;
}
.AnyTagClassName
{
color: #D4DCA1;
}
</style>
background-color css
<style>
a { background-color: #D4DCA1; }
a { background-color: rgb(212,220,161); }
div.DivClassName
{
background-color: #D4DCA1;
}
.BgClassName
{
background-color: #D4DCA1;
}
</style>
border-color css
<style>
span { border-color: #D4DCA1; }
span { border-color: rgb(212,220,161); }
td.TdClassName
{
border-color: #D4DCA1;
}
.TagClassName
{
border-color: #D4DCA1;
}
</style>