Shades of Orinoco #CFD59F
Tints of Orinoco #CFD59F
RGB
CMYK
RGB Variations
Color information
#CFD59F (or 0xCFD59F) is known color: Orinoco. HEX triplet: CF, D5 and 9F. RGB value is (207,213,159). Sum of RGB (Red+Green+Blue) = 207+213+159=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59F is #302A60. Grayscale: #CDCDCD. Windows color (decimal): -3156577 or 10474959. OLE color: 10474959.
HSL color Cylindrical-coordinate representation of color #CFD59F: hue angle of 66.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD59F is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 159 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.16 |
| HSL | 66.67º | 0.39% | 0.73% | - |
| HSV(B) | 66.67º | 0.25% | 0.84% | - |
| XYZ | 55.78 | 63.36 | 42.09 | - |
| YUV | 205.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 159 | 0.03 | 0 | 0.25 | 0.16 | 66.67 | 0.39 | 0.73 |
| Hex | CF | D5 | 9F | 3 | 0 | 19 | 10 | 43 | 27 | 49 |
| Octal | 317 | 325 | 237 | 3 | 0 | 31 | 20 | 103 | 47 | 111 |
| Binary | 11001111 | 11010101 | 10011111 | 11 | 0 | 11001 | 10000 | 1000011 | 100111 | 1001001 |
Color Harmonies of #CFD59F
Complementary color
Monochromatic Colors of #CFD59F
Black with #CFD59F
Text Example
Text Example
White with #CFD59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD59F; }
p { color: rgb(207,213,159); }
H1.HeaderClassName
{
color: #CFD59F;
}
.AnyTagClassName
{
color: #CFD59F;
}
</style>
background-color css
<style>
a { background-color: #CFD59F; }
a { background-color: rgb(207,213,159); }
div.DivClassName
{
background-color: #CFD59F;
}
.BgClassName
{
background-color: #CFD59F;
}
</style>
border-color css
<style>
span { border-color: #CFD59F; }
span { border-color: rgb(207,213,159); }
td.TdClassName
{
border-color: #CFD59F;
}
.TagClassName
{
border-color: #CFD59F;
}
</style>