Shades of Orinoco #CFDAA8
Tints of Orinoco #CFDAA8
RGB
CMYK
RGB Variations
Color information
#CFDAA8 (or 0xCFDAA8) is known color: Orinoco. HEX triplet: CF, DA and A8. RGB value is (207,218,168). Sum of RGB (Red+Green+Blue) = 207+218+168=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAA8 is #302557. Grayscale: #D1D1D1. Windows color (decimal): -3155288 or 11066063. OLE color: 11066063.
HSL color Cylindrical-coordinate representation of color #CFDAA8: hue angle of 73.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFDAA8 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 168 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.15 |
| HSL | 73.2º | 0.4% | 0.76% | - |
| HSV(B) | 73.2º | 0.23% | 0.85% | - |
| XYZ | 57.87 | 66.24 | 46.78 | - |
| YUV | 209.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 168 | 0.05 | 0 | 0.23 | 0.15 | 73.2 | 0.4 | 0.76 |
| Hex | CF | DA | A8 | 5 | 0 | 17 | F | 49 | 28 | 4C |
| Octal | 317 | 332 | 250 | 5 | 0 | 27 | 17 | 111 | 50 | 114 |
| Binary | 11001111 | 11011010 | 10101000 | 101 | 0 | 10111 | 1111 | 1001001 | 101000 | 1001100 |
Color Harmonies of #CFDAA8
Complementary color
Monochromatic Colors of #CFDAA8
Black with #CFDAA8
Text Example
Text Example
White with #CFDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAA8; }
p { color: rgb(207,218,168); }
H1.HeaderClassName
{
color: #CFDAA8;
}
.AnyTagClassName
{
color: #CFDAA8;
}
</style>
background-color css
<style>
a { background-color: #CFDAA8; }
a { background-color: rgb(207,218,168); }
div.DivClassName
{
background-color: #CFDAA8;
}
.BgClassName
{
background-color: #CFDAA8;
}
</style>
border-color css
<style>
span { border-color: #CFDAA8; }
span { border-color: rgb(207,218,168); }
td.TdClassName
{
border-color: #CFDAA8;
}
.TagClassName
{
border-color: #CFDAA8;
}
</style>