Shades of Orinoco #D2D5A4
Tints of Orinoco #D2D5A4
RGB
CMYK
RGB Variations
Color information
#D2D5A4 (or 0xD2D5A4) is known color: Orinoco. HEX triplet: D2, D5 and A4. RGB value is (210,213,164). Sum of RGB (Red+Green+Blue) = 210+213+164=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D5A4 is #2D2A5B. Grayscale: #CECECE. Windows color (decimal): -2959964 or 10802642. OLE color: 10802642.
HSL color Cylindrical-coordinate representation of color #D2D5A4: hue angle of 63.67º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2D5A4 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 164 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.16 |
| HSL | 63.67º | 0.37% | 0.74% | - |
| HSV(B) | 63.67º | 0.23% | 0.84% | - |
| XYZ | 57.07 | 63.97 | 44.46 | - |
| YUV | 206.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 164 | 0.01 | 0 | 0.23 | 0.16 | 63.67 | 0.37 | 0.74 |
| Hex | D2 | D5 | A4 | 1 | 0 | 17 | 10 | 40 | 25 | 4A |
| Octal | 322 | 325 | 244 | 1 | 0 | 27 | 20 | 100 | 45 | 112 |
| Binary | 11010010 | 11010101 | 10100100 | 1 | 0 | 10111 | 10000 | 1000000 | 100101 | 1001010 |
Color Harmonies of #D2D5A4
Complementary color
Monochromatic Colors of #D2D5A4
Black with #D2D5A4
Text Example
Text Example
White with #D2D5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5A4; }
p { color: rgb(210,213,164); }
H1.HeaderClassName
{
color: #D2D5A4;
}
.AnyTagClassName
{
color: #D2D5A4;
}
</style>
background-color css
<style>
a { background-color: #D2D5A4; }
a { background-color: rgb(210,213,164); }
div.DivClassName
{
background-color: #D2D5A4;
}
.BgClassName
{
background-color: #D2D5A4;
}
</style>
border-color css
<style>
span { border-color: #D2D5A4; }
span { border-color: rgb(210,213,164); }
td.TdClassName
{
border-color: #D2D5A4;
}
.TagClassName
{
border-color: #D2D5A4;
}
</style>