Shades of Orinoco #CFD49F
Tints of Orinoco #CFD49F
RGB
CMYK
RGB Variations
Color information
#CFD49F (or 0xCFD49F) is known color: Orinoco. HEX triplet: CF, D4 and 9F. RGB value is (207,212,159). Sum of RGB (Red+Green+Blue) = 207+212+159=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD49F is #302B60. Grayscale: #CCCCCC. Windows color (decimal): -3156833 or 10474703. OLE color: 10474703.
HSL color Cylindrical-coordinate representation of color #CFD49F: hue angle of 65.66º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD49F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 159 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.17 |
| HSL | 65.66º | 0.38% | 0.73% | - |
| HSV(B) | 65.66º | 0.25% | 0.83% | - |
| XYZ | 55.53 | 62.86 | 42.01 | - |
| YUV | 204.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 159 | 0.02 | 0 | 0.25 | 0.17 | 65.66 | 0.38 | 0.73 |
| Hex | CF | D4 | 9F | 2 | 0 | 19 | 11 | 42 | 26 | 49 |
| Octal | 317 | 324 | 237 | 2 | 0 | 31 | 21 | 102 | 46 | 111 |
| Binary | 11001111 | 11010100 | 10011111 | 10 | 0 | 11001 | 10001 | 1000010 | 100110 | 1001001 |
Color Harmonies of #CFD49F
Complementary color
Monochromatic Colors of #CFD49F
Black with #CFD49F
Text Example
Text Example
White with #CFD49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD49F; }
p { color: rgb(207,212,159); }
H1.HeaderClassName
{
color: #CFD49F;
}
.AnyTagClassName
{
color: #CFD49F;
}
</style>
background-color css
<style>
a { background-color: #CFD49F; }
a { background-color: rgb(207,212,159); }
div.DivClassName
{
background-color: #CFD49F;
}
.BgClassName
{
background-color: #CFD49F;
}
</style>
border-color css
<style>
span { border-color: #CFD49F; }
span { border-color: rgb(207,212,159); }
td.TdClassName
{
border-color: #CFD49F;
}
.TagClassName
{
border-color: #CFD49F;
}
</style>