Shades of Orinoco #CFD69C
Tints of Orinoco #CFD69C
RGB
CMYK
RGB Variations
Color information
#CFD69C (or 0xCFD69C) is known color: Orinoco. HEX triplet: CF, D6 and 9C. RGB value is (207,214,156). Sum of RGB (Red+Green+Blue) = 207+214+156=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD69C is #302963. Grayscale: #CDCDCD. Windows color (decimal): -3156324 or 10278607. OLE color: 10278607.
HSL color Cylindrical-coordinate representation of color #CFD69C: hue angle of 67.24º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFD69C is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 156 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.16 |
| HSL | 67.24º | 0.41% | 0.73% | - |
| HSV(B) | 67.24º | 0.27% | 0.84% | - |
| XYZ | 55.78 | 63.76 | 40.82 | - |
| YUV | 205.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 156 | 0.03 | 0 | 0.27 | 0.16 | 67.24 | 0.41 | 0.73 |
| Hex | CF | D6 | 9C | 3 | 0 | 1B | 10 | 43 | 29 | 49 |
| Octal | 317 | 326 | 234 | 3 | 0 | 33 | 20 | 103 | 51 | 111 |
| Binary | 11001111 | 11010110 | 10011100 | 11 | 0 | 11011 | 10000 | 1000011 | 101001 | 1001001 |
Color Harmonies of #CFD69C
Complementary color
Monochromatic Colors of #CFD69C
Black with #CFD69C
Text Example
Text Example
White with #CFD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD69C; }
p { color: rgb(207,214,156); }
H1.HeaderClassName
{
color: #CFD69C;
}
.AnyTagClassName
{
color: #CFD69C;
}
</style>
background-color css
<style>
a { background-color: #CFD69C; }
a { background-color: rgb(207,214,156); }
div.DivClassName
{
background-color: #CFD69C;
}
.BgClassName
{
background-color: #CFD69C;
}
</style>
border-color css
<style>
span { border-color: #CFD69C; }
span { border-color: rgb(207,214,156); }
td.TdClassName
{
border-color: #CFD69C;
}
.TagClassName
{
border-color: #CFD69C;
}
</style>