Shades of Orinoco #D3D4AA
Tints of Orinoco #D3D4AA
RGB
CMYK
RGB Variations
Color information
#D3D4AA (or 0xD3D4AA) is known color: Orinoco. HEX triplet: D3, D4 and AA. RGB value is (211,212,170). Sum of RGB (Red+Green+Blue) = 211+212+170=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D4AA is #2C2B55. Grayscale: #CFCFCF. Windows color (decimal): -2894678 or 11195603. OLE color: 11195603.
HSL color Cylindrical-coordinate representation of color #D3D4AA: hue angle of 61.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3D4AA is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 170 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.17 |
| HSL | 61.43º | 0.33% | 0.75% | - |
| HSV(B) | 61.43º | 0.2% | 0.83% | - |
| XYZ | 57.66 | 63.84 | 47.31 | - |
| YUV | 206.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 170 | 0.00 | 0 | 0.20 | 0.17 | 61.43 | 0.33 | 0.75 |
| Hex | D3 | D4 | AA | 0 | 0 | 14 | 11 | 3D | 21 | 4B |
| Octal | 323 | 324 | 252 | 0 | 0 | 24 | 21 | 75 | 41 | 113 |
| Binary | 11010011 | 11010100 | 10101010 | 0 | 0 | 10100 | 10001 | 111101 | 100001 | 1001011 |
Color Harmonies of #D3D4AA
Complementary color
Monochromatic Colors of #D3D4AA
Black with #D3D4AA
Text Example
Text Example
White with #D3D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D4AA; }
p { color: rgb(211,212,170); }
H1.HeaderClassName
{
color: #D3D4AA;
}
.AnyTagClassName
{
color: #D3D4AA;
}
</style>
background-color css
<style>
a { background-color: #D3D4AA; }
a { background-color: rgb(211,212,170); }
div.DivClassName
{
background-color: #D3D4AA;
}
.BgClassName
{
background-color: #D3D4AA;
}
</style>
border-color css
<style>
span { border-color: #D3D4AA; }
span { border-color: rgb(211,212,170); }
td.TdClassName
{
border-color: #D3D4AA;
}
.TagClassName
{
border-color: #D3D4AA;
}
</style>