Shades of Orinoco #D2D4AD
Tints of Orinoco #D2D4AD
RGB
CMYK
RGB Variations
Color information
#D2D4AD (or 0xD2D4AD) is known color: Orinoco. HEX triplet: D2, D4 and AD. RGB value is (210,212,173). Sum of RGB (Red+Green+Blue) = 210+212+173=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D4AD is #2D2B52. Grayscale: #CFCFCF. Windows color (decimal): -2960211 or 11392210. OLE color: 11392210.
HSL color Cylindrical-coordinate representation of color #D2D4AD: hue angle of 63.08º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2D4AD is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 173 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.17 |
| HSL | 63.08º | 0.31% | 0.75% | - |
| HSV(B) | 63.08º | 0.18% | 0.83% | - |
| XYZ | 57.66 | 63.81 | 48.81 | - |
| YUV | 206.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 173 | 0.01 | 0 | 0.18 | 0.17 | 63.08 | 0.31 | 0.75 |
| Hex | D2 | D4 | AD | 1 | 0 | 12 | 11 | 3F | 1F | 4B |
| Octal | 322 | 324 | 255 | 1 | 0 | 22 | 21 | 77 | 37 | 113 |
| Binary | 11010010 | 11010100 | 10101101 | 1 | 0 | 10010 | 10001 | 111111 | 11111 | 1001011 |
Color Harmonies of #D2D4AD
Complementary color
Monochromatic Colors of #D2D4AD
Black with #D2D4AD
Text Example
Text Example
White with #D2D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D4AD; }
p { color: rgb(210,212,173); }
H1.HeaderClassName
{
color: #D2D4AD;
}
.AnyTagClassName
{
color: #D2D4AD;
}
</style>
background-color css
<style>
a { background-color: #D2D4AD; }
a { background-color: rgb(210,212,173); }
div.DivClassName
{
background-color: #D2D4AD;
}
.BgClassName
{
background-color: #D2D4AD;
}
</style>
border-color css
<style>
span { border-color: #D2D4AD; }
span { border-color: rgb(210,212,173); }
td.TdClassName
{
border-color: #D2D4AD;
}
.TagClassName
{
border-color: #D2D4AD;
}
</style>