Shades of Orinoco #D1D3B3
Tints of Orinoco #D1D3B3
RGB
CMYK
RGB Variations
Color information
#D1D3B3 (or 0xD1D3B3) is known color: Orinoco. HEX triplet: D1, D3 and B3. RGB value is (209,211,179). Sum of RGB (Red+Green+Blue) = 209+211+179=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D3B3 is #2E2C4C. Grayscale: #CECECE. Windows color (decimal): -3025997 or 11785169. OLE color: 11785169.
HSL color Cylindrical-coordinate representation of color #D1D3B3: hue angle of 63.75º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1D3B3 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 179 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.17 |
| HSL | 63.75º | 0.27% | 0.76% | - |
| HSV(B) | 63.75º | 0.15% | 0.83% | - |
| XYZ | 57.73 | 63.4 | 51.84 | - |
| YUV | 206.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 179 | 0.01 | 0 | 0.15 | 0.17 | 63.75 | 0.27 | 0.76 |
| Hex | D1 | D3 | B3 | 1 | 0 | F | 11 | 40 | 1B | 4C |
| Octal | 321 | 323 | 263 | 1 | 0 | 17 | 21 | 100 | 33 | 114 |
| Binary | 11010001 | 11010011 | 10110011 | 1 | 0 | 1111 | 10001 | 1000000 | 11011 | 1001100 |
Color Harmonies of #D1D3B3
Complementary color
Monochromatic Colors of #D1D3B3
Black with #D1D3B3
Text Example
Text Example
White with #D1D3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D3B3; }
p { color: rgb(209,211,179); }
H1.HeaderClassName
{
color: #D1D3B3;
}
.AnyTagClassName
{
color: #D1D3B3;
}
</style>
background-color css
<style>
a { background-color: #D1D3B3; }
a { background-color: rgb(209,211,179); }
div.DivClassName
{
background-color: #D1D3B3;
}
.BgClassName
{
background-color: #D1D3B3;
}
</style>
border-color css
<style>
span { border-color: #D1D3B3; }
span { border-color: rgb(209,211,179); }
td.TdClassName
{
border-color: #D1D3B3;
}
.TagClassName
{
border-color: #D1D3B3;
}
</style>