Shades of Orinoco #D0D6B2
Tints of Orinoco #D0D6B2
RGB
CMYK
RGB Variations
Color information
#D0D6B2 (or 0xD0D6B2) is known color: Orinoco. HEX triplet: D0, D6 and B2. RGB value is (208,214,178). Sum of RGB (Red+Green+Blue) = 208+214+178=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D6B2 is #2F294D. Grayscale: #D0D0D0. Windows color (decimal): -3090766 or 11720400. OLE color: 11720400.
HSL color Cylindrical-coordinate representation of color #D0D6B2: hue angle of 70º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D6B2 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 178 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.16 |
| HSL | 70º | 0.31% | 0.77% | - |
| HSV(B) | 70º | 0.17% | 0.84% | - |
| XYZ | 58.09 | 64.72 | 51.55 | - |
| YUV | 208.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 178 | 0.03 | 0 | 0.17 | 0.16 | 70 | 0.31 | 0.77 |
| Hex | D0 | D6 | B2 | 3 | 0 | 11 | 10 | 46 | 1F | 4D |
| Octal | 320 | 326 | 262 | 3 | 0 | 21 | 20 | 106 | 37 | 115 |
| Binary | 11010000 | 11010110 | 10110010 | 11 | 0 | 10001 | 10000 | 1000110 | 11111 | 1001101 |
Color Harmonies of #D0D6B2
Complementary color
Monochromatic Colors of #D0D6B2
Black with #D0D6B2
Text Example
Text Example
White with #D0D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6B2; }
p { color: rgb(208,214,178); }
H1.HeaderClassName
{
color: #D0D6B2;
}
.AnyTagClassName
{
color: #D0D6B2;
}
</style>
background-color css
<style>
a { background-color: #D0D6B2; }
a { background-color: rgb(208,214,178); }
div.DivClassName
{
background-color: #D0D6B2;
}
.BgClassName
{
background-color: #D0D6B2;
}
</style>
border-color css
<style>
span { border-color: #D0D6B2; }
span { border-color: rgb(208,214,178); }
td.TdClassName
{
border-color: #D0D6B2;
}
.TagClassName
{
border-color: #D0D6B2;
}
</style>