Shades of Orinoco #D0D8A1
Tints of Orinoco #D0D8A1
RGB
CMYK
RGB Variations
Color information
#D0D8A1 (or 0xD0D8A1) is known color: Orinoco. HEX triplet: D0, D8 and A1. RGB value is (208,216,161). Sum of RGB (Red+Green+Blue) = 208+216+161=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D8A1 is #2F275E. Grayscale: #CFCFCF. Windows color (decimal): -3090271 or 10606800. OLE color: 10606800.
HSL color Cylindrical-coordinate representation of color #D0D8A1: hue angle of 68.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0D8A1 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 161 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.15 |
| HSL | 68.73º | 0.41% | 0.74% | - |
| HSV(B) | 68.73º | 0.25% | 0.85% | - |
| XYZ | 57 | 65.09 | 43.28 | - |
| YUV | 207.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 161 | 0.04 | 0 | 0.25 | 0.15 | 68.73 | 0.41 | 0.74 |
| Hex | D0 | D8 | A1 | 4 | 0 | 19 | F | 45 | 29 | 4A |
| Octal | 320 | 330 | 241 | 4 | 0 | 31 | 17 | 105 | 51 | 112 |
| Binary | 11010000 | 11011000 | 10100001 | 100 | 0 | 11001 | 1111 | 1000101 | 101001 | 1001010 |
Color Harmonies of #D0D8A1
Complementary color
Monochromatic Colors of #D0D8A1
Black with #D0D8A1
Text Example
Text Example
White with #D0D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8A1; }
p { color: rgb(208,216,161); }
H1.HeaderClassName
{
color: #D0D8A1;
}
.AnyTagClassName
{
color: #D0D8A1;
}
</style>
background-color css
<style>
a { background-color: #D0D8A1; }
a { background-color: rgb(208,216,161); }
div.DivClassName
{
background-color: #D0D8A1;
}
.BgClassName
{
background-color: #D0D8A1;
}
</style>
border-color css
<style>
span { border-color: #D0D8A1; }
span { border-color: rgb(208,216,161); }
td.TdClassName
{
border-color: #D0D8A1;
}
.TagClassName
{
border-color: #D0D8A1;
}
</style>