Shades of Orinoco #D4D3AA
Tints of Orinoco #D4D3AA
RGB
CMYK
RGB Variations
Color information
#D4D3AA (or 0xD4D3AA) is known color: Orinoco. HEX triplet: D4, D3 and AA. RGB value is (212,211,170). Sum of RGB (Red+Green+Blue) = 212+211+170=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D3AA is #2B2C55. Grayscale: #CECECE. Windows color (decimal): -2829398 or 11195348. OLE color: 11195348.
HSL color Cylindrical-coordinate representation of color #D4D3AA: hue angle of 58.57º 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 #D4D3AA is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 170 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.17 |
| HSL | 58.57º | 0.33% | 0.75% | - |
| HSV(B) | 58.57º | 0.2% | 0.83% | - |
| XYZ | 57.7 | 63.49 | 47.24 | - |
| YUV | 206.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 170 | 0 | 0.00 | 0.20 | 0.17 | 58.57 | 0.33 | 0.75 |
| Hex | D4 | D3 | AA | 0 | 0 | 14 | 11 | 3B | 21 | 4B |
| Octal | 324 | 323 | 252 | 0 | 0 | 24 | 21 | 73 | 41 | 113 |
| Binary | 11010100 | 11010011 | 10101010 | 0 | 0 | 10100 | 10001 | 111011 | 100001 | 1001011 |
Color Harmonies of #D4D3AA
Complementary color
Monochromatic Colors of #D4D3AA
Black with #D4D3AA
Text Example
Text Example
White with #D4D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3AA; }
p { color: rgb(212,211,170); }
H1.HeaderClassName
{
color: #D4D3AA;
}
.AnyTagClassName
{
color: #D4D3AA;
}
</style>
background-color css
<style>
a { background-color: #D4D3AA; }
a { background-color: rgb(212,211,170); }
div.DivClassName
{
background-color: #D4D3AA;
}
.BgClassName
{
background-color: #D4D3AA;
}
</style>
border-color css
<style>
span { border-color: #D4D3AA; }
span { border-color: rgb(212,211,170); }
td.TdClassName
{
border-color: #D4D3AA;
}
.TagClassName
{
border-color: #D4D3AA;
}
</style>