Shades of Orinoco #D2D8AF
Tints of Orinoco #D2D8AF
RGB
CMYK
RGB Variations
Color information
#D2D8AF (or 0xD2D8AF) is known color: Orinoco. HEX triplet: D2, D8 and AF. RGB value is (210,216,175). Sum of RGB (Red+Green+Blue) = 210+216+175=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D8AF is #2D2750. Grayscale: #D1D1D1. Windows color (decimal): -2959185 or 11524306. OLE color: 11524306.
HSL color Cylindrical-coordinate representation of color #D2D8AF: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2D8AF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 175 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.15 |
| HSL | 68.78º | 0.34% | 0.77% | - |
| HSV(B) | 68.78º | 0.19% | 0.85% | - |
| XYZ | 58.87 | 65.91 | 50.18 | - |
| YUV | 209.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 175 | 0.03 | 0 | 0.19 | 0.15 | 68.78 | 0.34 | 0.77 |
| Hex | D2 | D8 | AF | 3 | 0 | 13 | F | 45 | 22 | 4D |
| Octal | 322 | 330 | 257 | 3 | 0 | 23 | 17 | 105 | 42 | 115 |
| Binary | 11010010 | 11011000 | 10101111 | 11 | 0 | 10011 | 1111 | 1000101 | 100010 | 1001101 |
Color Harmonies of #D2D8AF
Complementary color
Monochromatic Colors of #D2D8AF
Black with #D2D8AF
Text Example
Text Example
White with #D2D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8AF; }
p { color: rgb(210,216,175); }
H1.HeaderClassName
{
color: #D2D8AF;
}
.AnyTagClassName
{
color: #D2D8AF;
}
</style>
background-color css
<style>
a { background-color: #D2D8AF; }
a { background-color: rgb(210,216,175); }
div.DivClassName
{
background-color: #D2D8AF;
}
.BgClassName
{
background-color: #D2D8AF;
}
</style>
border-color css
<style>
span { border-color: #D2D8AF; }
span { border-color: rgb(210,216,175); }
td.TdClassName
{
border-color: #D2D8AF;
}
.TagClassName
{
border-color: #D2D8AF;
}
</style>