Shades of Orinoco #D3D2A2
Tints of Orinoco #D3D2A2
RGB
CMYK
RGB Variations
Color information
#D3D2A2 (or 0xD3D2A2) is known color: Orinoco. HEX triplet: D3, D2 and A2. RGB value is (211,210,162). Sum of RGB (Red+Green+Blue) = 211+210+162=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D2A2 is #2C2D5D. Grayscale: #CDCDCD. Windows color (decimal): -2895198 or 10670803. OLE color: 10670803.
HSL color Cylindrical-coordinate representation of color #D3D2A2: hue angle of 58.78º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3D2A2 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 162 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.17 |
| HSL | 58.78º | 0.36% | 0.73% | - |
| HSV(B) | 58.78º | 0.23% | 0.83% | - |
| XYZ | 56.43 | 62.55 | 43.28 | - |
| YUV | 204.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 162 | 0 | 0.00 | 0.23 | 0.17 | 58.78 | 0.36 | 0.73 |
| Hex | D3 | D2 | A2 | 0 | 0 | 17 | 11 | 3B | 24 | 49 |
| Octal | 323 | 322 | 242 | 0 | 0 | 27 | 21 | 73 | 44 | 111 |
| Binary | 11010011 | 11010010 | 10100010 | 0 | 0 | 10111 | 10001 | 111011 | 100100 | 1001001 |
Color Harmonies of #D3D2A2
Complementary color
Monochromatic Colors of #D3D2A2
Black with #D3D2A2
Text Example
Text Example
White with #D3D2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D2A2; }
p { color: rgb(211,210,162); }
H1.HeaderClassName
{
color: #D3D2A2;
}
.AnyTagClassName
{
color: #D3D2A2;
}
</style>
background-color css
<style>
a { background-color: #D3D2A2; }
a { background-color: rgb(211,210,162); }
div.DivClassName
{
background-color: #D3D2A2;
}
.BgClassName
{
background-color: #D3D2A2;
}
</style>
border-color css
<style>
span { border-color: #D3D2A2; }
span { border-color: rgb(211,210,162); }
td.TdClassName
{
border-color: #D3D2A2;
}
.TagClassName
{
border-color: #D3D2A2;
}
</style>