Shades of Orinoco #D2D2AF
Tints of Orinoco #D2D2AF
RGB
CMYK
RGB Variations
Color information
#D2D2AF (or 0xD2D2AF) is known color: Orinoco. HEX triplet: D2, D2 and AF. RGB value is (210,210,175). Sum of RGB (Red+Green+Blue) = 210+210+175=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D2AF is #2D2D50. Grayscale: #CECECE. Windows color (decimal): -2960721 or 11522770. OLE color: 11522770.
HSL color Cylindrical-coordinate representation of color #D2D2AF: hue angle of 60º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D2AF is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 175 | - |
| CMYK | 0 | 0 | 0.17 | 0.18 |
| HSL | 60º | 0.28% | 0.75% | - |
| HSV(B) | 60º | 0.17% | 0.82% | - |
| XYZ | 57.36 | 62.89 | 49.67 | - |
| YUV | 206.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 175 | 0 | 0 | 0.17 | 0.18 | 60 | 0.28 | 0.75 |
| Hex | D2 | D2 | AF | 0 | 0 | 11 | 12 | 3C | 1C | 4B |
| Octal | 322 | 322 | 257 | 0 | 0 | 21 | 22 | 74 | 34 | 113 |
| Binary | 11010010 | 11010010 | 10101111 | 0 | 0 | 10001 | 10010 | 111100 | 11100 | 1001011 |
Color Harmonies of #D2D2AF
Complementary color
Monochromatic Colors of #D2D2AF
Black with #D2D2AF
Text Example
Text Example
White with #D2D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D2AF; }
p { color: rgb(210,210,175); }
H1.HeaderClassName
{
color: #D2D2AF;
}
.AnyTagClassName
{
color: #D2D2AF;
}
</style>
background-color css
<style>
a { background-color: #D2D2AF; }
a { background-color: rgb(210,210,175); }
div.DivClassName
{
background-color: #D2D2AF;
}
.BgClassName
{
background-color: #D2D2AF;
}
</style>
border-color css
<style>
span { border-color: #D2D2AF; }
span { border-color: rgb(210,210,175); }
td.TdClassName
{
border-color: #D2D2AF;
}
.TagClassName
{
border-color: #D2D2AF;
}
</style>