Shades of Orinoco #CDD79F
Tints of Orinoco #CDD79F
RGB
CMYK
RGB Variations
Color information
#CDD79F (or 0xCDD79F) is known color: Orinoco. HEX triplet: CD, D7 and 9F. RGB value is (205,215,159). Sum of RGB (Red+Green+Blue) = 205+215+159=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD79F is #322860. Grayscale: #CDCDCD. Windows color (decimal): -3287137 or 10475469. OLE color: 10475469.
HSL color Cylindrical-coordinate representation of color #CDD79F: hue angle of 70.71º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDD79F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 159 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.16 |
| HSL | 70.71º | 0.41% | 0.73% | - |
| HSV(B) | 70.71º | 0.26% | 0.84% | - |
| XYZ | 55.74 | 64.08 | 42.23 | - |
| YUV | 205.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 159 | 0.05 | 0 | 0.26 | 0.16 | 70.71 | 0.41 | 0.73 |
| Hex | CD | D7 | 9F | 5 | 0 | 1A | 10 | 47 | 29 | 49 |
| Octal | 315 | 327 | 237 | 5 | 0 | 32 | 20 | 107 | 51 | 111 |
| Binary | 11001101 | 11010111 | 10011111 | 101 | 0 | 11010 | 10000 | 1000111 | 101001 | 1001001 |
Color Harmonies of #CDD79F
Complementary color
Monochromatic Colors of #CDD79F
Black with #CDD79F
Text Example
Text Example
White with #CDD79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD79F; }
p { color: rgb(205,215,159); }
H1.HeaderClassName
{
color: #CDD79F;
}
.AnyTagClassName
{
color: #CDD79F;
}
</style>
background-color css
<style>
a { background-color: #CDD79F; }
a { background-color: rgb(205,215,159); }
div.DivClassName
{
background-color: #CDD79F;
}
.BgClassName
{
background-color: #CDD79F;
}
</style>
border-color css
<style>
span { border-color: #CDD79F; }
span { border-color: rgb(205,215,159); }
td.TdClassName
{
border-color: #CDD79F;
}
.TagClassName
{
border-color: #CDD79F;
}
</style>