Shades of Orinoco #D2D5A1
Tints of Orinoco #D2D5A1
RGB
CMYK
RGB Variations
Color information
#D2D5A1 (or 0xD2D5A1) is known color: Orinoco. HEX triplet: D2, D5 and A1. RGB value is (210,213,161). Sum of RGB (Red+Green+Blue) = 210+213+161=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D5A1 is #2D2A5E. Grayscale: #CECECE. Windows color (decimal): -2959967 or 10606034. OLE color: 10606034.
HSL color Cylindrical-coordinate representation of color #D2D5A1: hue angle of 63.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2D5A1 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 161 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.16 |
| HSL | 63.46º | 0.38% | 0.73% | - |
| HSV(B) | 63.46º | 0.24% | 0.84% | - |
| XYZ | 56.81 | 63.86 | 43.05 | - |
| YUV | 206.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 161 | 0.01 | 0 | 0.24 | 0.16 | 63.46 | 0.38 | 0.73 |
| Hex | D2 | D5 | A1 | 1 | 0 | 18 | 10 | 3F | 26 | 49 |
| Octal | 322 | 325 | 241 | 1 | 0 | 30 | 20 | 77 | 46 | 111 |
| Binary | 11010010 | 11010101 | 10100001 | 1 | 0 | 11000 | 10000 | 111111 | 100110 | 1001001 |
Color Harmonies of #D2D5A1
Complementary color
Monochromatic Colors of #D2D5A1
Black with #D2D5A1
Text Example
Text Example
White with #D2D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5A1; }
p { color: rgb(210,213,161); }
H1.HeaderClassName
{
color: #D2D5A1;
}
.AnyTagClassName
{
color: #D2D5A1;
}
</style>
background-color css
<style>
a { background-color: #D2D5A1; }
a { background-color: rgb(210,213,161); }
div.DivClassName
{
background-color: #D2D5A1;
}
.BgClassName
{
background-color: #D2D5A1;
}
</style>
border-color css
<style>
span { border-color: #D2D5A1; }
span { border-color: rgb(210,213,161); }
td.TdClassName
{
border-color: #D2D5A1;
}
.TagClassName
{
border-color: #D2D5A1;
}
</style>