Shades of Orinoco #D7DDA2
Tints of Orinoco #D7DDA2
RGB
CMYK
RGB Variations
Color information
#D7DDA2 (or 0xD7DDA2) is known color: Orinoco. HEX triplet: D7, DD and A2. RGB value is (215,221,162). Sum of RGB (Red+Green+Blue) = 215+221+162=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DDA2 is #28225D. Grayscale: #D4D4D4. Windows color (decimal): -2630238 or 10673623. OLE color: 10673623.
HSL color Cylindrical-coordinate representation of color #D7DDA2: hue angle of 66.1º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7DDA2 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 162 | - |
CMYK | 0.03 | 0 | 0.27 | 0.13 |
HSL | 66.1º | 0.46% | 0.75% | - |
HSV(B) | 66.1º | 0.27% | 0.87% | - |
XYZ | 60.4 | 68.77 | 44.27 | - |
YUV | 212.48 | 99.51 | 129.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 162 | 0.03 | 0 | 0.27 | 0.13 | 66.1 | 0.46 | 0.75 |
Hex | D7 | DD | A2 | 3 | 0 | 1B | D | 42 | 2E | 4B |
Octal | 327 | 335 | 242 | 3 | 0 | 33 | 15 | 102 | 56 | 113 |
Binary | 11010111 | 11011101 | 10100010 | 11 | 0 | 11011 | 1101 | 1000010 | 101110 | 1001011 |
Color Harmonies of #D7DDA2
Complementary color
Monochromatic Colors of #D7DDA2
Black with #D7DDA2
Text Example
Text Example
White with #D7DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDA2; }
p { color: rgb(215,221,162); }
H1.HeaderClassName
{
color: #D7DDA2;
}
.AnyTagClassName
{
color: #D7DDA2;
}
</style>
background-color css
<style>
a { background-color: #D7DDA2; }
a { background-color: rgb(215,221,162); }
div.DivClassName
{
background-color: #D7DDA2;
}
.BgClassName
{
background-color: #D7DDA2;
}
</style>
border-color css
<style>
span { border-color: #D7DDA2; }
span { border-color: rgb(215,221,162); }
td.TdClassName
{
border-color: #D7DDA2;
}
.TagClassName
{
border-color: #D7DDA2;
}
</style>