Shades of Orinoco #D8DCAC
Tints of Orinoco #D8DCAC
RGB
CMYK
RGB Variations
Color information
#D8DCAC (or 0xD8DCAC) is known color: Orinoco. HEX triplet: D8, DC and AC. RGB value is (216,220,172). Sum of RGB (Red+Green+Blue) = 216+220+172=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCAC is #272353. Grayscale: #D5D5D5. Windows color (decimal): -2564948 or 11328728. OLE color: 11328728.
HSL color Cylindrical-coordinate representation of color #D8DCAC: hue angle of 65º 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 #D8DCAC is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 172 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.14 |
| HSL | 65º | 0.41% | 0.77% | - |
| HSV(B) | 65º | 0.22% | 0.86% | - |
| XYZ | 61.36 | 68.76 | 49.07 | - |
| YUV | 213.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 172 | 0.02 | 0 | 0.22 | 0.14 | 65 | 0.41 | 0.77 |
| Hex | D8 | DC | AC | 2 | 0 | 16 | E | 41 | 29 | 4D |
| Octal | 330 | 334 | 254 | 2 | 0 | 26 | 16 | 101 | 51 | 115 |
| Binary | 11011000 | 11011100 | 10101100 | 10 | 0 | 10110 | 1110 | 1000001 | 101001 | 1001101 |
Color Harmonies of #D8DCAC
Complementary color
Monochromatic Colors of #D8DCAC
Black with #D8DCAC
Text Example
Text Example
White with #D8DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCAC; }
p { color: rgb(216,220,172); }
H1.HeaderClassName
{
color: #D8DCAC;
}
.AnyTagClassName
{
color: #D8DCAC;
}
</style>
background-color css
<style>
a { background-color: #D8DCAC; }
a { background-color: rgb(216,220,172); }
div.DivClassName
{
background-color: #D8DCAC;
}
.BgClassName
{
background-color: #D8DCAC;
}
</style>
border-color css
<style>
span { border-color: #D8DCAC; }
span { border-color: rgb(216,220,172); }
td.TdClassName
{
border-color: #D8DCAC;
}
.TagClassName
{
border-color: #D8DCAC;
}
</style>