Shades of Orinoco #D3D7BA
Tints of Orinoco #D3D7BA
RGB
CMYK
RGB Variations
Color information
#D3D7BA (or 0xD3D7BA) is known color: Orinoco. HEX triplet: D3, D7 and BA. RGB value is (211,215,186). Sum of RGB (Red+Green+Blue) = 211+215+186=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7BA is #2C2845. Grayscale: #D2D2D2. Windows color (decimal): -2893894 or 12244947. OLE color: 12244947.
HSL color Cylindrical-coordinate representation of color #D3D7BA: hue angle of 68.28º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3D7BA is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 186 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.16 |
| HSL | 68.28º | 0.27% | 0.79% | - |
| HSV(B) | 68.28º | 0.13% | 0.84% | - |
| XYZ | 60.03 | 65.99 | 56.03 | - |
| YUV | 210.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 186 | 0.02 | 0 | 0.13 | 0.16 | 68.28 | 0.27 | 0.79 |
| Hex | D3 | D7 | BA | 2 | 0 | D | 10 | 44 | 1B | 4F |
| Octal | 323 | 327 | 272 | 2 | 0 | 15 | 20 | 104 | 33 | 117 |
| Binary | 11010011 | 11010111 | 10111010 | 10 | 0 | 1101 | 10000 | 1000100 | 11011 | 1001111 |
Color Harmonies of #D3D7BA
Complementary color
Monochromatic Colors of #D3D7BA
Black with #D3D7BA
Text Example
Text Example
White with #D3D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D7BA; }
p { color: rgb(211,215,186); }
H1.HeaderClassName
{
color: #D3D7BA;
}
.AnyTagClassName
{
color: #D3D7BA;
}
</style>
background-color css
<style>
a { background-color: #D3D7BA; }
a { background-color: rgb(211,215,186); }
div.DivClassName
{
background-color: #D3D7BA;
}
.BgClassName
{
background-color: #D3D7BA;
}
</style>
border-color css
<style>
span { border-color: #D3D7BA; }
span { border-color: rgb(211,215,186); }
td.TdClassName
{
border-color: #D3D7BA;
}
.TagClassName
{
border-color: #D3D7BA;
}
</style>