Shades of Orinoco #D8DAB4
Tints of Orinoco #D8DAB4
RGB
CMYK
RGB Variations
Color information
#D8DAB4 (or 0xD8DAB4) is known color: Orinoco. HEX triplet: D8, DA and B4. RGB value is (216,218,180). Sum of RGB (Red+Green+Blue) = 216+218+180=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAB4 is #27254B. Grayscale: #D5D5D5. Windows color (decimal): -2565452 or 11852504. OLE color: 11852504.
HSL color Cylindrical-coordinate representation of color #D8DAB4: hue angle of 63.16º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8DAB4 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 180 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.15 |
| HSL | 63.16º | 0.34% | 0.78% | - |
| HSV(B) | 63.16º | 0.17% | 0.85% | - |
| XYZ | 61.63 | 68.04 | 53.06 | - |
| YUV | 213.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 180 | 0.01 | 0 | 0.17 | 0.15 | 63.16 | 0.34 | 0.78 |
| Hex | D8 | DA | B4 | 1 | 0 | 11 | F | 3F | 22 | 4E |
| Octal | 330 | 332 | 264 | 1 | 0 | 21 | 17 | 77 | 42 | 116 |
| Binary | 11011000 | 11011010 | 10110100 | 1 | 0 | 10001 | 1111 | 111111 | 100010 | 1001110 |
Color Harmonies of #D8DAB4
Complementary color
Monochromatic Colors of #D8DAB4
Black with #D8DAB4
Text Example
Text Example
White with #D8DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAB4; }
p { color: rgb(216,218,180); }
H1.HeaderClassName
{
color: #D8DAB4;
}
.AnyTagClassName
{
color: #D8DAB4;
}
</style>
background-color css
<style>
a { background-color: #D8DAB4; }
a { background-color: rgb(216,218,180); }
div.DivClassName
{
background-color: #D8DAB4;
}
.BgClassName
{
background-color: #D8DAB4;
}
</style>
border-color css
<style>
span { border-color: #D8DAB4; }
span { border-color: rgb(216,218,180); }
td.TdClassName
{
border-color: #D8DAB4;
}
.TagClassName
{
border-color: #D8DAB4;
}
</style>