Shades of Orinoco #D3D4B3
Tints of Orinoco #D3D4B3
RGB
CMYK
RGB Variations
Color information
#D3D4B3 (or 0xD3D4B3) is known color: Orinoco. HEX triplet: D3, D4 and B3. RGB value is (211,212,179). Sum of RGB (Red+Green+Blue) = 211+212+179=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D4B3 is #2C2B4C. Grayscale: #D0D0D0. Windows color (decimal): -2894669 or 11785427. OLE color: 11785427.
HSL color Cylindrical-coordinate representation of color #D3D4B3: hue angle of 61.82º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3D4B3 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 179 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.17 |
| HSL | 61.82º | 0.28% | 0.77% | - |
| HSV(B) | 61.82º | 0.16% | 0.83% | - |
| XYZ | 58.54 | 64.19 | 51.95 | - |
| YUV | 207.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 179 | 0.00 | 0 | 0.16 | 0.17 | 61.82 | 0.28 | 0.77 |
| Hex | D3 | D4 | B3 | 0 | 0 | 10 | 11 | 3E | 1C | 4D |
| Octal | 323 | 324 | 263 | 0 | 0 | 20 | 21 | 76 | 34 | 115 |
| Binary | 11010011 | 11010100 | 10110011 | 0 | 0 | 10000 | 10001 | 111110 | 11100 | 1001101 |
Color Harmonies of #D3D4B3
Complementary color
Monochromatic Colors of #D3D4B3
Black with #D3D4B3
Text Example
Text Example
White with #D3D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D4B3; }
p { color: rgb(211,212,179); }
H1.HeaderClassName
{
color: #D3D4B3;
}
.AnyTagClassName
{
color: #D3D4B3;
}
</style>
background-color css
<style>
a { background-color: #D3D4B3; }
a { background-color: rgb(211,212,179); }
div.DivClassName
{
background-color: #D3D4B3;
}
.BgClassName
{
background-color: #D3D4B3;
}
</style>
border-color css
<style>
span { border-color: #D3D4B3; }
span { border-color: rgb(211,212,179); }
td.TdClassName
{
border-color: #D3D4B3;
}
.TagClassName
{
border-color: #D3D4B3;
}
</style>