Shades of Orinoco #D0D59B
Tints of Orinoco #D0D59B
RGB
CMYK
RGB Variations
Color information
#D0D59B (or 0xD0D59B) is known color: Orinoco. HEX triplet: D0, D5 and 9B. RGB value is (208,213,155). Sum of RGB (Red+Green+Blue) = 208+213+155=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D59B is #2F2A64. Grayscale: #CDCDCD. Windows color (decimal): -3091045 or 10212816. OLE color: 10212816.
HSL color Cylindrical-coordinate representation of color #D0D59B: hue angle of 65.17º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0D59B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 155 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.16 |
| HSL | 65.17º | 0.41% | 0.72% | - |
| HSV(B) | 65.17º | 0.27% | 0.84% | - |
| XYZ | 55.72 | 63.36 | 40.3 | - |
| YUV | 204.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 155 | 0.02 | 0 | 0.27 | 0.16 | 65.17 | 0.41 | 0.72 |
| Hex | D0 | D5 | 9B | 2 | 0 | 1B | 10 | 41 | 29 | 48 |
| Octal | 320 | 325 | 233 | 2 | 0 | 33 | 20 | 101 | 51 | 110 |
| Binary | 11010000 | 11010101 | 10011011 | 10 | 0 | 11011 | 10000 | 1000001 | 101001 | 1001000 |
Color Harmonies of #D0D59B
Complementary color
Monochromatic Colors of #D0D59B
Black with #D0D59B
Text Example
Text Example
White with #D0D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D59B; }
p { color: rgb(208,213,155); }
H1.HeaderClassName
{
color: #D0D59B;
}
.AnyTagClassName
{
color: #D0D59B;
}
</style>
background-color css
<style>
a { background-color: #D0D59B; }
a { background-color: rgb(208,213,155); }
div.DivClassName
{
background-color: #D0D59B;
}
.BgClassName
{
background-color: #D0D59B;
}
</style>
border-color css
<style>
span { border-color: #D0D59B; }
span { border-color: rgb(208,213,155); }
td.TdClassName
{
border-color: #D0D59B;
}
.TagClassName
{
border-color: #D0D59B;
}
</style>