Shades of Orinoco #CFDA9E
Tints of Orinoco #CFDA9E
RGB
CMYK
RGB Variations
Color information
#CFDA9E (or 0xCFDA9E) is known color: Orinoco. HEX triplet: CF, DA and 9E. RGB value is (207,218,158). Sum of RGB (Red+Green+Blue) = 207+218+158=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA9E is #302561. Grayscale: #D0D0D0. Windows color (decimal): -3155298 or 10410703. OLE color: 10410703.
HSL color Cylindrical-coordinate representation of color #CFDA9E: hue angle of 71º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFDA9E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 158 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.15 |
| HSL | 71º | 0.45% | 0.74% | - |
| HSV(B) | 71º | 0.28% | 0.85% | - |
| XYZ | 56.98 | 65.88 | 42.06 | - |
| YUV | 207.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 158 | 0.05 | 0 | 0.28 | 0.15 | 71 | 0.45 | 0.74 |
| Hex | CF | DA | 9E | 5 | 0 | 1C | F | 47 | 2D | 4A |
| Octal | 317 | 332 | 236 | 5 | 0 | 34 | 17 | 107 | 55 | 112 |
| Binary | 11001111 | 11011010 | 10011110 | 101 | 0 | 11100 | 1111 | 1000111 | 101101 | 1001010 |
Color Harmonies of #CFDA9E
Complementary color
Monochromatic Colors of #CFDA9E
Black with #CFDA9E
Text Example
Text Example
White with #CFDA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA9E; }
p { color: rgb(207,218,158); }
H1.HeaderClassName
{
color: #CFDA9E;
}
.AnyTagClassName
{
color: #CFDA9E;
}
</style>
background-color css
<style>
a { background-color: #CFDA9E; }
a { background-color: rgb(207,218,158); }
div.DivClassName
{
background-color: #CFDA9E;
}
.BgClassName
{
background-color: #CFDA9E;
}
</style>
border-color css
<style>
span { border-color: #CFDA9E; }
span { border-color: rgb(207,218,158); }
td.TdClassName
{
border-color: #CFDA9E;
}
.TagClassName
{
border-color: #CFDA9E;
}
</style>