Shades of Orinoco #D2D5A7
Tints of Orinoco #D2D5A7
RGB
CMYK
RGB Variations
Color information
#D2D5A7 (or 0xD2D5A7) is known color: Orinoco. HEX triplet: D2, D5 and A7. RGB value is (210,213,167). Sum of RGB (Red+Green+Blue) = 210+213+167=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D5A7 is #2D2A58. Grayscale: #CFCFCF. Windows color (decimal): -2959961 or 10999250. OLE color: 10999250.
HSL color Cylindrical-coordinate representation of color #D2D5A7: hue angle of 63.91º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2D5A7 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 167 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.16 |
| HSL | 63.91º | 0.35% | 0.75% | - |
| HSV(B) | 63.91º | 0.22% | 0.84% | - |
| XYZ | 57.35 | 64.08 | 45.91 | - |
| YUV | 206.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 167 | 0.01 | 0 | 0.22 | 0.16 | 63.91 | 0.35 | 0.75 |
| Hex | D2 | D5 | A7 | 1 | 0 | 16 | 10 | 40 | 23 | 4B |
| Octal | 322 | 325 | 247 | 1 | 0 | 26 | 20 | 100 | 43 | 113 |
| Binary | 11010010 | 11010101 | 10100111 | 1 | 0 | 10110 | 10000 | 1000000 | 100011 | 1001011 |
Color Harmonies of #D2D5A7
Complementary color
Monochromatic Colors of #D2D5A7
Black with #D2D5A7
Text Example
Text Example
White with #D2D5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5A7; }
p { color: rgb(210,213,167); }
H1.HeaderClassName
{
color: #D2D5A7;
}
.AnyTagClassName
{
color: #D2D5A7;
}
</style>
background-color css
<style>
a { background-color: #D2D5A7; }
a { background-color: rgb(210,213,167); }
div.DivClassName
{
background-color: #D2D5A7;
}
.BgClassName
{
background-color: #D2D5A7;
}
</style>
border-color css
<style>
span { border-color: #D2D5A7; }
span { border-color: rgb(210,213,167); }
td.TdClassName
{
border-color: #D2D5A7;
}
.TagClassName
{
border-color: #D2D5A7;
}
</style>