Shades of Orinoco #CFDAA0
Tints of Orinoco #CFDAA0
RGB
CMYK
RGB Variations
Color information
#CFDAA0 (or 0xCFDAA0) is known color: Orinoco. HEX triplet: CF, DA and A0. RGB value is (207,218,160). Sum of RGB (Red+Green+Blue) = 207+218+160=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAA0 is #30255F. Grayscale: #D0D0D0. Windows color (decimal): -3155296 or 10541775. OLE color: 10541775.
HSL color Cylindrical-coordinate representation of color #CFDAA0: hue angle of 71.38º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFDAA0 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 160 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.15 |
| HSL | 71.38º | 0.44% | 0.74% | - |
| HSV(B) | 71.38º | 0.27% | 0.85% | - |
| XYZ | 57.15 | 65.95 | 42.97 | - |
| YUV | 208.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 160 | 0.05 | 0 | 0.27 | 0.15 | 71.38 | 0.44 | 0.74 |
| Hex | CF | DA | A0 | 5 | 0 | 1B | F | 47 | 2C | 4A |
| Octal | 317 | 332 | 240 | 5 | 0 | 33 | 17 | 107 | 54 | 112 |
| Binary | 11001111 | 11011010 | 10100000 | 101 | 0 | 11011 | 1111 | 1000111 | 101100 | 1001010 |
Color Harmonies of #CFDAA0
Complementary color
Monochromatic Colors of #CFDAA0
Black with #CFDAA0
Text Example
Text Example
White with #CFDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAA0; }
p { color: rgb(207,218,160); }
H1.HeaderClassName
{
color: #CFDAA0;
}
.AnyTagClassName
{
color: #CFDAA0;
}
</style>
background-color css
<style>
a { background-color: #CFDAA0; }
a { background-color: rgb(207,218,160); }
div.DivClassName
{
background-color: #CFDAA0;
}
.BgClassName
{
background-color: #CFDAA0;
}
</style>
border-color css
<style>
span { border-color: #CFDAA0; }
span { border-color: rgb(207,218,160); }
td.TdClassName
{
border-color: #CFDAA0;
}
.TagClassName
{
border-color: #CFDAA0;
}
</style>