Shades of Orinoco #D0D2BA
Tints of Orinoco #D0D2BA
RGB
CMYK
RGB Variations
Color information
#D0D2BA (or 0xD0D2BA) is known color: Orinoco. HEX triplet: D0, D2 and BA. RGB value is (208,210,186). Sum of RGB (Red+Green+Blue) = 208+210+186=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D2BA is #2F2D45. Grayscale: #CECECE. Windows color (decimal): -3091782 or 12243664. OLE color: 12243664.
HSL color Cylindrical-coordinate representation of color #D0D2BA: hue angle of 65º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D2BA is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 186 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.18 |
| HSL | 65º | 0.21% | 0.78% | - |
| HSV(B) | 65º | 0.11% | 0.82% | - |
| XYZ | 57.92 | 63.05 | 55.57 | - |
| YUV | 206.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 186 | 0.01 | 0 | 0.11 | 0.18 | 65 | 0.21 | 0.78 |
| Hex | D0 | D2 | BA | 1 | 0 | B | 12 | 41 | 15 | 4E |
| Octal | 320 | 322 | 272 | 1 | 0 | 13 | 22 | 101 | 25 | 116 |
| Binary | 11010000 | 11010010 | 10111010 | 1 | 0 | 1011 | 10010 | 1000001 | 10101 | 1001110 |
Color Harmonies of #D0D2BA
Complementary color
Monochromatic Colors of #D0D2BA
Black with #D0D2BA
Text Example
Text Example
White with #D0D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2BA; }
p { color: rgb(208,210,186); }
H1.HeaderClassName
{
color: #D0D2BA;
}
.AnyTagClassName
{
color: #D0D2BA;
}
</style>
background-color css
<style>
a { background-color: #D0D2BA; }
a { background-color: rgb(208,210,186); }
div.DivClassName
{
background-color: #D0D2BA;
}
.BgClassName
{
background-color: #D0D2BA;
}
</style>
border-color css
<style>
span { border-color: #D0D2BA; }
span { border-color: rgb(208,210,186); }
td.TdClassName
{
border-color: #D0D2BA;
}
.TagClassName
{
border-color: #D0D2BA;
}
</style>