Shades of Orinoco #D3D7B5
Tints of Orinoco #D3D7B5
RGB
CMYK
RGB Variations
Color information
#D3D7B5 (or 0xD3D7B5) is known color: Orinoco. HEX triplet: D3, D7 and B5. RGB value is (211,215,181). Sum of RGB (Red+Green+Blue) = 211+215+181=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7B5 is #2C284A. Grayscale: #D2D2D2. Windows color (decimal): -2893899 or 11917267. OLE color: 11917267.
HSL color Cylindrical-coordinate representation of color #D3D7B5: hue angle of 67.06º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3D7B5 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 181 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.16 |
| HSL | 67.06º | 0.3% | 0.78% | - |
| HSV(B) | 67.06º | 0.16% | 0.84% | - |
| XYZ | 59.5 | 65.79 | 53.28 | - |
| YUV | 209.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 181 | 0.02 | 0 | 0.16 | 0.16 | 67.06 | 0.3 | 0.78 |
| Hex | D3 | D7 | B5 | 2 | 0 | 10 | 10 | 43 | 1E | 4E |
| Octal | 323 | 327 | 265 | 2 | 0 | 20 | 20 | 103 | 36 | 116 |
| Binary | 11010011 | 11010111 | 10110101 | 10 | 0 | 10000 | 10000 | 1000011 | 11110 | 1001110 |
Color Harmonies of #D3D7B5
Complementary color
Monochromatic Colors of #D3D7B5
Black with #D3D7B5
Text Example
Text Example
White with #D3D7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D7B5; }
p { color: rgb(211,215,181); }
H1.HeaderClassName
{
color: #D3D7B5;
}
.AnyTagClassName
{
color: #D3D7B5;
}
</style>
background-color css
<style>
a { background-color: #D3D7B5; }
a { background-color: rgb(211,215,181); }
div.DivClassName
{
background-color: #D3D7B5;
}
.BgClassName
{
background-color: #D3D7B5;
}
</style>
border-color css
<style>
span { border-color: #D3D7B5; }
span { border-color: rgb(211,215,181); }
td.TdClassName
{
border-color: #D3D7B5;
}
.TagClassName
{
border-color: #D3D7B5;
}
</style>