Shades of Orinoco #D2D59C
Tints of Orinoco #D2D59C
RGB
CMYK
RGB Variations
Color information
#D2D59C (or 0xD2D59C) is known color: Orinoco. HEX triplet: D2, D5 and 9C. RGB value is (210,213,156). Sum of RGB (Red+Green+Blue) = 210+213+156=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D59C is #2D2A63. Grayscale: #CDCDCD. Windows color (decimal): -2959972 or 10278354. OLE color: 10278354.
HSL color Cylindrical-coordinate representation of color #D2D59C: hue angle of 63.16º degrees, saturation: 0.4, 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 #D2D59C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 156 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.16 |
| HSL | 63.16º | 0.4% | 0.72% | - |
| HSV(B) | 63.16º | 0.27% | 0.84% | - |
| XYZ | 56.37 | 63.69 | 40.77 | - |
| YUV | 205.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 156 | 0.01 | 0 | 0.27 | 0.16 | 63.16 | 0.4 | 0.72 |
| Hex | D2 | D5 | 9C | 1 | 0 | 1B | 10 | 3F | 28 | 48 |
| Octal | 322 | 325 | 234 | 1 | 0 | 33 | 20 | 77 | 50 | 110 |
| Binary | 11010010 | 11010101 | 10011100 | 1 | 0 | 11011 | 10000 | 111111 | 101000 | 1001000 |
Color Harmonies of #D2D59C
Complementary color
Monochromatic Colors of #D2D59C
Black with #D2D59C
Text Example
Text Example
White with #D2D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D59C; }
p { color: rgb(210,213,156); }
H1.HeaderClassName
{
color: #D2D59C;
}
.AnyTagClassName
{
color: #D2D59C;
}
</style>
background-color css
<style>
a { background-color: #D2D59C; }
a { background-color: rgb(210,213,156); }
div.DivClassName
{
background-color: #D2D59C;
}
.BgClassName
{
background-color: #D2D59C;
}
</style>
border-color css
<style>
span { border-color: #D2D59C; }
span { border-color: rgb(210,213,156); }
td.TdClassName
{
border-color: #D2D59C;
}
.TagClassName
{
border-color: #D2D59C;
}
</style>