Shades of Orinoco #CFDAA1
Tints of Orinoco #CFDAA1
RGB
CMYK
RGB Variations
Color information
#CFDAA1 (or 0xCFDAA1) is known color: Orinoco. HEX triplet: CF, DA and A1. RGB value is (207,218,161). Sum of RGB (Red+Green+Blue) = 207+218+161=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAA1 is #30255E. Grayscale: #D0D0D0. Windows color (decimal): -3155295 or 10607311. OLE color: 10607311.
HSL color Cylindrical-coordinate representation of color #CFDAA1: hue angle of 71.58º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFDAA1 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 161 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.15 |
| HSL | 71.58º | 0.44% | 0.74% | - |
| HSV(B) | 71.58º | 0.26% | 0.85% | - |
| XYZ | 57.24 | 65.98 | 43.44 | - |
| YUV | 208.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 161 | 0.05 | 0 | 0.26 | 0.15 | 71.58 | 0.44 | 0.74 |
| Hex | CF | DA | A1 | 5 | 0 | 1A | F | 48 | 2C | 4A |
| Octal | 317 | 332 | 241 | 5 | 0 | 32 | 17 | 110 | 54 | 112 |
| Binary | 11001111 | 11011010 | 10100001 | 101 | 0 | 11010 | 1111 | 1001000 | 101100 | 1001010 |
Color Harmonies of #CFDAA1
Complementary color
Monochromatic Colors of #CFDAA1
Black with #CFDAA1
Text Example
Text Example
White with #CFDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAA1; }
p { color: rgb(207,218,161); }
H1.HeaderClassName
{
color: #CFDAA1;
}
.AnyTagClassName
{
color: #CFDAA1;
}
</style>
background-color css
<style>
a { background-color: #CFDAA1; }
a { background-color: rgb(207,218,161); }
div.DivClassName
{
background-color: #CFDAA1;
}
.BgClassName
{
background-color: #CFDAA1;
}
</style>
border-color css
<style>
span { border-color: #CFDAA1; }
span { border-color: rgb(207,218,161); }
td.TdClassName
{
border-color: #CFDAA1;
}
.TagClassName
{
border-color: #CFDAA1;
}
</style>