Shades of Orinoco #D2D7A4
Tints of Orinoco #D2D7A4
RGB
CMYK
RGB Variations
Color information
#D2D7A4 (or 0xD2D7A4) is known color: Orinoco. HEX triplet: D2, D7 and A4. RGB value is (210,215,164). Sum of RGB (Red+Green+Blue) = 210+215+164=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D7A4 is #2D285B. Grayscale: #CFCFCF. Windows color (decimal): -2959452 or 10803154. OLE color: 10803154.
HSL color Cylindrical-coordinate representation of color #D2D7A4: hue angle of 65.88º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2D7A4 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 164 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.16 |
| HSL | 65.88º | 0.39% | 0.74% | - |
| HSV(B) | 65.88º | 0.24% | 0.84% | - |
| XYZ | 57.58 | 64.98 | 44.63 | - |
| YUV | 207.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 164 | 0.02 | 0 | 0.24 | 0.16 | 65.88 | 0.39 | 0.74 |
| Hex | D2 | D7 | A4 | 2 | 0 | 18 | 10 | 42 | 27 | 4A |
| Octal | 322 | 327 | 244 | 2 | 0 | 30 | 20 | 102 | 47 | 112 |
| Binary | 11010010 | 11010111 | 10100100 | 10 | 0 | 11000 | 10000 | 1000010 | 100111 | 1001010 |
Color Harmonies of #D2D7A4
Complementary color
Monochromatic Colors of #D2D7A4
Black with #D2D7A4
Text Example
Text Example
White with #D2D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7A4; }
p { color: rgb(210,215,164); }
H1.HeaderClassName
{
color: #D2D7A4;
}
.AnyTagClassName
{
color: #D2D7A4;
}
</style>
background-color css
<style>
a { background-color: #D2D7A4; }
a { background-color: rgb(210,215,164); }
div.DivClassName
{
background-color: #D2D7A4;
}
.BgClassName
{
background-color: #D2D7A4;
}
</style>
border-color css
<style>
span { border-color: #D2D7A4; }
span { border-color: rgb(210,215,164); }
td.TdClassName
{
border-color: #D2D7A4;
}
.TagClassName
{
border-color: #D2D7A4;
}
</style>