Shades of Orinoco #D3D3B9
Tints of Orinoco #D3D3B9
RGB
CMYK
RGB Variations
Color information
#D3D3B9 (or 0xD3D3B9) is known color: Orinoco. HEX triplet: D3, D3 and B9. RGB value is (211,211,185). Sum of RGB (Red+Green+Blue) = 211+211+185=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D3B9 is #2C2C46. Grayscale: #D0D0D0. Windows color (decimal): -2894919 or 12178387. OLE color: 12178387.
HSL color Cylindrical-coordinate representation of color #D3D3B9: hue angle of 60º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3D3B9 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 185 | - |
| CMYK | 0 | 0 | 0.12 | 0.17 |
| HSL | 60º | 0.23% | 0.78% | - |
| HSV(B) | 60º | 0.12% | 0.83% | - |
| XYZ | 58.92 | 63.94 | 55.14 | - |
| YUV | 208.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 185 | 0 | 0 | 0.12 | 0.17 | 60 | 0.23 | 0.78 |
| Hex | D3 | D3 | B9 | 0 | 0 | C | 11 | 3C | 17 | 4E |
| Octal | 323 | 323 | 271 | 0 | 0 | 14 | 21 | 74 | 27 | 116 |
| Binary | 11010011 | 11010011 | 10111001 | 0 | 0 | 1100 | 10001 | 111100 | 10111 | 1001110 |
Color Harmonies of #D3D3B9
Complementary color
Monochromatic Colors of #D3D3B9
Black with #D3D3B9
Text Example
Text Example
White with #D3D3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D3B9; }
p { color: rgb(211,211,185); }
H1.HeaderClassName
{
color: #D3D3B9;
}
.AnyTagClassName
{
color: #D3D3B9;
}
</style>
background-color css
<style>
a { background-color: #D3D3B9; }
a { background-color: rgb(211,211,185); }
div.DivClassName
{
background-color: #D3D3B9;
}
.BgClassName
{
background-color: #D3D3B9;
}
</style>
border-color css
<style>
span { border-color: #D3D3B9; }
span { border-color: rgb(211,211,185); }
td.TdClassName
{
border-color: #D3D3B9;
}
.TagClassName
{
border-color: #D3D3B9;
}
</style>