Shades of Orinoco #CFDAAA
Tints of Orinoco #CFDAAA
RGB
CMYK
RGB Variations
Color information
#CFDAAA (or 0xCFDAAA) is known color: Orinoco. HEX triplet: CF, DA and AA. RGB value is (207,218,170). Sum of RGB (Red+Green+Blue) = 207+218+170=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAAA is #302555. Grayscale: #D1D1D1. Windows color (decimal): -3155286 or 11197135. OLE color: 11197135.
HSL color Cylindrical-coordinate representation of color #CFDAAA: hue angle of 73.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDAAA is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 170 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.15 |
| HSL | 73.75º | 0.39% | 0.76% | - |
| HSV(B) | 73.75º | 0.22% | 0.85% | - |
| XYZ | 58.06 | 66.31 | 47.77 | - |
| YUV | 209.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 170 | 0.05 | 0 | 0.22 | 0.15 | 73.75 | 0.39 | 0.76 |
| Hex | CF | DA | AA | 5 | 0 | 16 | F | 4A | 27 | 4C |
| Octal | 317 | 332 | 252 | 5 | 0 | 26 | 17 | 112 | 47 | 114 |
| Binary | 11001111 | 11011010 | 10101010 | 101 | 0 | 10110 | 1111 | 1001010 | 100111 | 1001100 |
Color Harmonies of #CFDAAA
Complementary color
Monochromatic Colors of #CFDAAA
Black with #CFDAAA
Text Example
Text Example
White with #CFDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAAA; }
p { color: rgb(207,218,170); }
H1.HeaderClassName
{
color: #CFDAAA;
}
.AnyTagClassName
{
color: #CFDAAA;
}
</style>
background-color css
<style>
a { background-color: #CFDAAA; }
a { background-color: rgb(207,218,170); }
div.DivClassName
{
background-color: #CFDAAA;
}
.BgClassName
{
background-color: #CFDAAA;
}
</style>
border-color css
<style>
span { border-color: #CFDAAA; }
span { border-color: rgb(207,218,170); }
td.TdClassName
{
border-color: #CFDAAA;
}
.TagClassName
{
border-color: #CFDAAA;
}
</style>