Shades of Orinoco #D2D49D
Tints of Orinoco #D2D49D
RGB
CMYK
RGB Variations
Color information
#D2D49D (or 0xD2D49D) is known color: Orinoco. HEX triplet: D2, D4 and 9D. RGB value is (210,212,157). Sum of RGB (Red+Green+Blue) = 210+212+157=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D49D is #2D2B62. Grayscale: #CDCDCD. Windows color (decimal): -2960227 or 10343634. OLE color: 10343634.
HSL color Cylindrical-coordinate representation of color #D2D49D: hue angle of 62.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2D49D is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 157 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.17 |
| HSL | 62.18º | 0.39% | 0.72% | - |
| HSV(B) | 62.18º | 0.26% | 0.83% | - |
| XYZ | 56.21 | 63.22 | 41.14 | - |
| YUV | 205.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 157 | 0.01 | 0 | 0.26 | 0.17 | 62.18 | 0.39 | 0.72 |
| Hex | D2 | D4 | 9D | 1 | 0 | 1A | 11 | 3E | 27 | 48 |
| Octal | 322 | 324 | 235 | 1 | 0 | 32 | 21 | 76 | 47 | 110 |
| Binary | 11010010 | 11010100 | 10011101 | 1 | 0 | 11010 | 10001 | 111110 | 100111 | 1001000 |
Color Harmonies of #D2D49D
Complementary color
Monochromatic Colors of #D2D49D
Black with #D2D49D
Text Example
Text Example
White with #D2D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D49D; }
p { color: rgb(210,212,157); }
H1.HeaderClassName
{
color: #D2D49D;
}
.AnyTagClassName
{
color: #D2D49D;
}
</style>
background-color css
<style>
a { background-color: #D2D49D; }
a { background-color: rgb(210,212,157); }
div.DivClassName
{
background-color: #D2D49D;
}
.BgClassName
{
background-color: #D2D49D;
}
</style>
border-color css
<style>
span { border-color: #D2D49D; }
span { border-color: rgb(210,212,157); }
td.TdClassName
{
border-color: #D2D49D;
}
.TagClassName
{
border-color: #D2D49D;
}
</style>