Shades of Orinoco #D4DCAC
Tints of Orinoco #D4DCAC
RGB
CMYK
RGB Variations
Color information
#D4DCAC (or 0xD4DCAC) is known color: Orinoco. HEX triplet: D4, DC and AC. RGB value is (212,220,172). Sum of RGB (Red+Green+Blue) = 212+220+172=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCAC is #2B2353. Grayscale: #D4D4D4. Windows color (decimal): -2827092 or 11328724. OLE color: 11328724.
HSL color Cylindrical-coordinate representation of color #D4DCAC: hue angle of 70º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4DCAC is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 172 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.14 |
| HSL | 70º | 0.41% | 0.77% | - |
| HSV(B) | 70º | 0.22% | 0.86% | - |
| XYZ | 60.19 | 68.16 | 49.01 | - |
| YUV | 212.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 172 | 0.04 | 0 | 0.22 | 0.14 | 70 | 0.41 | 0.77 |
| Hex | D4 | DC | AC | 4 | 0 | 16 | E | 46 | 29 | 4D |
| Octal | 324 | 334 | 254 | 4 | 0 | 26 | 16 | 106 | 51 | 115 |
| Binary | 11010100 | 11011100 | 10101100 | 100 | 0 | 10110 | 1110 | 1000110 | 101001 | 1001101 |
Color Harmonies of #D4DCAC
Complementary color
Monochromatic Colors of #D4DCAC
Black with #D4DCAC
Text Example
Text Example
White with #D4DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCAC; }
p { color: rgb(212,220,172); }
H1.HeaderClassName
{
color: #D4DCAC;
}
.AnyTagClassName
{
color: #D4DCAC;
}
</style>
background-color css
<style>
a { background-color: #D4DCAC; }
a { background-color: rgb(212,220,172); }
div.DivClassName
{
background-color: #D4DCAC;
}
.BgClassName
{
background-color: #D4DCAC;
}
</style>
border-color css
<style>
span { border-color: #D4DCAC; }
span { border-color: rgb(212,220,172); }
td.TdClassName
{
border-color: #D4DCAC;
}
.TagClassName
{
border-color: #D4DCAC;
}
</style>