Shades of Orinoco #D2D9A2
Tints of Orinoco #D2D9A2
RGB
CMYK
RGB Variations
Color information
#D2D9A2 (or 0xD2D9A2) is known color: Orinoco. HEX triplet: D2, D9 and A2. RGB value is (210,217,162). Sum of RGB (Red+Green+Blue) = 210+217+162=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D9A2 is #2D265D. Grayscale: #D0D0D0. Windows color (decimal): -2958942 or 10672594. OLE color: 10672594.
HSL color Cylindrical-coordinate representation of color #D2D9A2: hue angle of 67.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2D9A2 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
RGB | 210 | 217 | 162 | - |
CMYK | 0.03 | 0 | 0.25 | 0.15 |
HSL | 67.64º | 0.42% | 0.74% | - |
HSV(B) | 67.64º | 0.25% | 0.85% | - |
XYZ | 57.91 | 65.94 | 43.86 | - |
YUV | 208.64 | 101.68 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 217 | 162 | 0.03 | 0 | 0.25 | 0.15 | 67.64 | 0.42 | 0.74 |
Hex | D2 | D9 | A2 | 3 | 0 | 19 | F | 44 | 2A | 4A |
Octal | 322 | 331 | 242 | 3 | 0 | 31 | 17 | 104 | 52 | 112 |
Binary | 11010010 | 11011001 | 10100010 | 11 | 0 | 11001 | 1111 | 1000100 | 101010 | 1001010 |
Color Harmonies of #D2D9A2
Complementary color
Monochromatic Colors of #D2D9A2
Black with #D2D9A2
Text Example
Text Example
White with #D2D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9A2; }
p { color: rgb(210,217,162); }
H1.HeaderClassName
{
color: #D2D9A2;
}
.AnyTagClassName
{
color: #D2D9A2;
}
</style>
background-color css
<style>
a { background-color: #D2D9A2; }
a { background-color: rgb(210,217,162); }
div.DivClassName
{
background-color: #D2D9A2;
}
.BgClassName
{
background-color: #D2D9A2;
}
</style>
border-color css
<style>
span { border-color: #D2D9A2; }
span { border-color: rgb(210,217,162); }
td.TdClassName
{
border-color: #D2D9A2;
}
.TagClassName
{
border-color: #D2D9A2;
}
</style>