Shades of Orinoco #D0D49D
Tints of Orinoco #D0D49D
RGB
CMYK
RGB Variations
Color information
#D0D49D (or 0xD0D49D) is known color: Orinoco. HEX triplet: D0, D4 and 9D. RGB value is (208,212,157). Sum of RGB (Red+Green+Blue) = 208+212+157=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D49D is #2F2B62. Grayscale: #CCCCCC. Windows color (decimal): -3091299 or 10343632. OLE color: 10343632.
HSL color Cylindrical-coordinate representation of color #D0D49D: hue angle of 64.36º 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 #D0D49D is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 157 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.17 |
| HSL | 64.36º | 0.39% | 0.72% | - |
| HSV(B) | 64.36º | 0.26% | 0.83% | - |
| XYZ | 55.64 | 62.93 | 41.11 | - |
| YUV | 204.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 157 | 0.02 | 0 | 0.26 | 0.17 | 64.36 | 0.39 | 0.72 |
| Hex | D0 | D4 | 9D | 2 | 0 | 1A | 11 | 40 | 27 | 48 |
| Octal | 320 | 324 | 235 | 2 | 0 | 32 | 21 | 100 | 47 | 110 |
| Binary | 11010000 | 11010100 | 10011101 | 10 | 0 | 11010 | 10001 | 1000000 | 100111 | 1001000 |
Color Harmonies of #D0D49D
Complementary color
Monochromatic Colors of #D0D49D
Black with #D0D49D
Text Example
Text Example
White with #D0D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D49D; }
p { color: rgb(208,212,157); }
H1.HeaderClassName
{
color: #D0D49D;
}
.AnyTagClassName
{
color: #D0D49D;
}
</style>
background-color css
<style>
a { background-color: #D0D49D; }
a { background-color: rgb(208,212,157); }
div.DivClassName
{
background-color: #D0D49D;
}
.BgClassName
{
background-color: #D0D49D;
}
</style>
border-color css
<style>
span { border-color: #D0D49D; }
span { border-color: rgb(208,212,157); }
td.TdClassName
{
border-color: #D0D49D;
}
.TagClassName
{
border-color: #D0D49D;
}
</style>