Shades of Orinoco #D8DCAB
Tints of Orinoco #D8DCAB
RGB
CMYK
RGB Variations
Color information
#D8DCAB (or 0xD8DCAB) is known color: Orinoco. HEX triplet: D8, DC and AB. RGB value is (216,220,171). Sum of RGB (Red+Green+Blue) = 216+220+171=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCAB is #272354. Grayscale: #D5D5D5. Windows color (decimal): -2564949 or 11263192. OLE color: 11263192.
HSL color Cylindrical-coordinate representation of color #D8DCAB: hue angle of 64.9º 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 #D8DCAB is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 171 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.14 |
| HSL | 64.9º | 0.41% | 0.77% | - |
| HSV(B) | 64.9º | 0.22% | 0.86% | - |
| XYZ | 61.26 | 68.73 | 48.56 | - |
| YUV | 213.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 171 | 0.02 | 0 | 0.22 | 0.14 | 64.9 | 0.41 | 0.77 |
| Hex | D8 | DC | AB | 2 | 0 | 16 | E | 41 | 29 | 4D |
| Octal | 330 | 334 | 253 | 2 | 0 | 26 | 16 | 101 | 51 | 115 |
| Binary | 11011000 | 11011100 | 10101011 | 10 | 0 | 10110 | 1110 | 1000001 | 101001 | 1001101 |
Color Harmonies of #D8DCAB
Complementary color
Monochromatic Colors of #D8DCAB
Black with #D8DCAB
Text Example
Text Example
White with #D8DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCAB; }
p { color: rgb(216,220,171); }
H1.HeaderClassName
{
color: #D8DCAB;
}
.AnyTagClassName
{
color: #D8DCAB;
}
</style>
background-color css
<style>
a { background-color: #D8DCAB; }
a { background-color: rgb(216,220,171); }
div.DivClassName
{
background-color: #D8DCAB;
}
.BgClassName
{
background-color: #D8DCAB;
}
</style>
border-color css
<style>
span { border-color: #D8DCAB; }
span { border-color: rgb(216,220,171); }
td.TdClassName
{
border-color: #D8DCAB;
}
.TagClassName
{
border-color: #D8DCAB;
}
</style>