Shades of Orinoco #D1DCAB
Tints of Orinoco #D1DCAB
RGB
CMYK
RGB Variations
Color information
#D1DCAB (or 0xD1DCAB) is known color: Orinoco. HEX triplet: D1, DC and AB. RGB value is (209,220,171). Sum of RGB (Red+Green+Blue) = 209+220+171=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCAB is #2E2354. Grayscale: #D3D3D3. Windows color (decimal): -3023701 or 11263185. OLE color: 11263185.
HSL color Cylindrical-coordinate representation of color #D1DCAB: hue angle of 73.47º 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 #D1DCAB is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 171 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.14 |
| HSL | 73.47º | 0.41% | 0.77% | - |
| HSV(B) | 73.47º | 0.22% | 0.86% | - |
| XYZ | 59.24 | 67.68 | 48.47 | - |
| YUV | 211.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 171 | 0.05 | 0 | 0.22 | 0.14 | 73.47 | 0.41 | 0.77 |
| Hex | D1 | DC | AB | 5 | 0 | 16 | E | 49 | 29 | 4D |
| Octal | 321 | 334 | 253 | 5 | 0 | 26 | 16 | 111 | 51 | 115 |
| Binary | 11010001 | 11011100 | 10101011 | 101 | 0 | 10110 | 1110 | 1001001 | 101001 | 1001101 |
Color Harmonies of #D1DCAB
Complementary color
Monochromatic Colors of #D1DCAB
Black with #D1DCAB
Text Example
Text Example
White with #D1DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCAB; }
p { color: rgb(209,220,171); }
H1.HeaderClassName
{
color: #D1DCAB;
}
.AnyTagClassName
{
color: #D1DCAB;
}
</style>
background-color css
<style>
a { background-color: #D1DCAB; }
a { background-color: rgb(209,220,171); }
div.DivClassName
{
background-color: #D1DCAB;
}
.BgClassName
{
background-color: #D1DCAB;
}
</style>
border-color css
<style>
span { border-color: #D1DCAB; }
span { border-color: rgb(209,220,171); }
td.TdClassName
{
border-color: #D1DCAB;
}
.TagClassName
{
border-color: #D1DCAB;
}
</style>