Shades of Orinoco #D4D2AA
Tints of Orinoco #D4D2AA
RGB
CMYK
RGB Variations
Color information
#D4D2AA (or 0xD4D2AA) is known color: Orinoco. HEX triplet: D4, D2 and AA. RGB value is (212,210,170). Sum of RGB (Red+Green+Blue) = 212+210+170=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D2AA is #2B2D55. Grayscale: #CECECE. Windows color (decimal): -2829654 or 11195092. OLE color: 11195092.
HSL color Cylindrical-coordinate representation of color #D4D2AA: hue angle of 57.14º 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 #D4D2AA is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 170 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.17 |
| HSL | 57.14º | 0.33% | 0.75% | - |
| HSV(B) | 57.14º | 0.2% | 0.83% | - |
| XYZ | 57.45 | 62.99 | 47.16 | - |
| YUV | 206.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 170 | 0 | 0.01 | 0.20 | 0.17 | 57.14 | 0.33 | 0.75 |
| Hex | D4 | D2 | AA | 0 | 1 | 14 | 11 | 39 | 21 | 4B |
| Octal | 324 | 322 | 252 | 0 | 1 | 24 | 21 | 71 | 41 | 113 |
| Binary | 11010100 | 11010010 | 10101010 | 0 | 1 | 10100 | 10001 | 111001 | 100001 | 1001011 |
Color Harmonies of #D4D2AA
Complementary color
Monochromatic Colors of #D4D2AA
Black with #D4D2AA
Text Example
Text Example
White with #D4D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2AA; }
p { color: rgb(212,210,170); }
H1.HeaderClassName
{
color: #D4D2AA;
}
.AnyTagClassName
{
color: #D4D2AA;
}
</style>
background-color css
<style>
a { background-color: #D4D2AA; }
a { background-color: rgb(212,210,170); }
div.DivClassName
{
background-color: #D4D2AA;
}
.BgClassName
{
background-color: #D4D2AA;
}
</style>
border-color css
<style>
span { border-color: #D4D2AA; }
span { border-color: rgb(212,210,170); }
td.TdClassName
{
border-color: #D4D2AA;
}
.TagClassName
{
border-color: #D4D2AA;
}
</style>