Shades of Orinoco #CFD19F
Tints of Orinoco #CFD19F
RGB
CMYK
RGB Variations
Color information
#CFD19F (or 0xCFD19F) is known color: Orinoco. HEX triplet: CF, D1 and 9F. RGB value is (207,209,159). Sum of RGB (Red+Green+Blue) = 207+209+159=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD19F is #302E60. Grayscale: #CACACA. Windows color (decimal): -3157601 or 10473935. OLE color: 10473935.
HSL color Cylindrical-coordinate representation of color #CFD19F: hue angle of 62.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD19F is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 159 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.18 |
| HSL | 62.4º | 0.35% | 0.72% | - |
| HSV(B) | 62.4º | 0.24% | 0.82% | - |
| XYZ | 54.79 | 61.37 | 41.76 | - |
| YUV | 202.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 159 | 0.01 | 0 | 0.24 | 0.18 | 62.4 | 0.35 | 0.72 |
| Hex | CF | D1 | 9F | 1 | 0 | 18 | 12 | 3E | 23 | 48 |
| Octal | 317 | 321 | 237 | 1 | 0 | 30 | 22 | 76 | 43 | 110 |
| Binary | 11001111 | 11010001 | 10011111 | 1 | 0 | 11000 | 10010 | 111110 | 100011 | 1001000 |
Color Harmonies of #CFD19F
Complementary color
Monochromatic Colors of #CFD19F
Black with #CFD19F
Text Example
Text Example
White with #CFD19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD19F; }
p { color: rgb(207,209,159); }
H1.HeaderClassName
{
color: #CFD19F;
}
.AnyTagClassName
{
color: #CFD19F;
}
</style>
background-color css
<style>
a { background-color: #CFD19F; }
a { background-color: rgb(207,209,159); }
div.DivClassName
{
background-color: #CFD19F;
}
.BgClassName
{
background-color: #CFD19F;
}
</style>
border-color css
<style>
span { border-color: #CFD19F; }
span { border-color: rgb(207,209,159); }
td.TdClassName
{
border-color: #CFD19F;
}
.TagClassName
{
border-color: #CFD19F;
}
</style>