Shades of Orinoco #D1DCB1
Tints of Orinoco #D1DCB1
RGB
CMYK
RGB Variations
Color information
#D1DCB1 (or 0xD1DCB1) is known color: Orinoco. HEX triplet: D1, DC and B1. RGB value is (209,220,177). Sum of RGB (Red+Green+Blue) = 209+220+177=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCB1 is #2E234E. Grayscale: #D3D3D3. Windows color (decimal): -3023695 or 11656401. OLE color: 11656401.
HSL color Cylindrical-coordinate representation of color #D1DCB1: hue angle of 75.35º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1DCB1 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 177 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.14 |
| HSL | 75.35º | 0.38% | 0.78% | - |
| HSV(B) | 75.35º | 0.2% | 0.86% | - |
| XYZ | 59.82 | 67.92 | 51.55 | - |
| YUV | 211.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 177 | 0.05 | 0 | 0.20 | 0.14 | 75.35 | 0.38 | 0.78 |
| Hex | D1 | DC | B1 | 5 | 0 | 14 | E | 4B | 26 | 4E |
| Octal | 321 | 334 | 261 | 5 | 0 | 24 | 16 | 113 | 46 | 116 |
| Binary | 11010001 | 11011100 | 10110001 | 101 | 0 | 10100 | 1110 | 1001011 | 100110 | 1001110 |
Color Harmonies of #D1DCB1
Complementary color
Monochromatic Colors of #D1DCB1
Black with #D1DCB1
Text Example
Text Example
White with #D1DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCB1; }
p { color: rgb(209,220,177); }
H1.HeaderClassName
{
color: #D1DCB1;
}
.AnyTagClassName
{
color: #D1DCB1;
}
</style>
background-color css
<style>
a { background-color: #D1DCB1; }
a { background-color: rgb(209,220,177); }
div.DivClassName
{
background-color: #D1DCB1;
}
.BgClassName
{
background-color: #D1DCB1;
}
</style>
border-color css
<style>
span { border-color: #D1DCB1; }
span { border-color: rgb(209,220,177); }
td.TdClassName
{
border-color: #D1DCB1;
}
.TagClassName
{
border-color: #D1DCB1;
}
</style>