Shades of Orinoco #D2D4BA
Tints of Orinoco #D2D4BA
RGB
CMYK
RGB Variations
Color information
#D2D4BA (or 0xD2D4BA) is known color: Orinoco. HEX triplet: D2, D4 and BA. RGB value is (210,212,186). Sum of RGB (Red+Green+Blue) = 210+212+186=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D4BA is #2D2B45. Grayscale: #D0D0D0. Windows color (decimal): -2960198 or 12244178. OLE color: 12244178.
HSL color Cylindrical-coordinate representation of color #D2D4BA: hue angle of 64.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2D4BA is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 186 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.17 |
| HSL | 64.62º | 0.23% | 0.78% | - |
| HSV(B) | 64.62º | 0.12% | 0.83% | - |
| XYZ | 58.98 | 64.33 | 55.76 | - |
| YUV | 208.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 186 | 0.01 | 0 | 0.12 | 0.17 | 64.62 | 0.23 | 0.78 |
| Hex | D2 | D4 | BA | 1 | 0 | C | 11 | 41 | 17 | 4E |
| Octal | 322 | 324 | 272 | 1 | 0 | 14 | 21 | 101 | 27 | 116 |
| Binary | 11010010 | 11010100 | 10111010 | 1 | 0 | 1100 | 10001 | 1000001 | 10111 | 1001110 |
Color Harmonies of #D2D4BA
Complementary color
Monochromatic Colors of #D2D4BA
Black with #D2D4BA
Text Example
Text Example
White with #D2D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D4BA; }
p { color: rgb(210,212,186); }
H1.HeaderClassName
{
color: #D2D4BA;
}
.AnyTagClassName
{
color: #D2D4BA;
}
</style>
background-color css
<style>
a { background-color: #D2D4BA; }
a { background-color: rgb(210,212,186); }
div.DivClassName
{
background-color: #D2D4BA;
}
.BgClassName
{
background-color: #D2D4BA;
}
</style>
border-color css
<style>
span { border-color: #D2D4BA; }
span { border-color: rgb(210,212,186); }
td.TdClassName
{
border-color: #D2D4BA;
}
.TagClassName
{
border-color: #D2D4BA;
}
</style>