Shades of Orinoco #CFD89B
Tints of Orinoco #CFD89B
RGB
CMYK
RGB Variations
Color information
#CFD89B (or 0xCFD89B) is known color: Orinoco. HEX triplet: CF, D8 and 9B. RGB value is (207,216,155). Sum of RGB (Red+Green+Blue) = 207+216+155=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD89B is #302764. Grayscale: #CECECE. Windows color (decimal): -3155813 or 10213583. OLE color: 10213583.
HSL color Cylindrical-coordinate representation of color #CFD89B: hue angle of 68.85º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFD89B is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 155 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.15 |
| HSL | 68.85º | 0.44% | 0.73% | - |
| HSV(B) | 68.85º | 0.28% | 0.85% | - |
| XYZ | 56.2 | 64.74 | 40.54 | - |
| YUV | 206.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 155 | 0.04 | 0 | 0.28 | 0.15 | 68.85 | 0.44 | 0.73 |
| Hex | CF | D8 | 9B | 4 | 0 | 1C | F | 45 | 2C | 49 |
| Octal | 317 | 330 | 233 | 4 | 0 | 34 | 17 | 105 | 54 | 111 |
| Binary | 11001111 | 11011000 | 10011011 | 100 | 0 | 11100 | 1111 | 1000101 | 101100 | 1001001 |
Color Harmonies of #CFD89B
Complementary color
Monochromatic Colors of #CFD89B
Black with #CFD89B
Text Example
Text Example
White with #CFD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD89B; }
p { color: rgb(207,216,155); }
H1.HeaderClassName
{
color: #CFD89B;
}
.AnyTagClassName
{
color: #CFD89B;
}
</style>
background-color css
<style>
a { background-color: #CFD89B; }
a { background-color: rgb(207,216,155); }
div.DivClassName
{
background-color: #CFD89B;
}
.BgClassName
{
background-color: #CFD89B;
}
</style>
border-color css
<style>
span { border-color: #CFD89B; }
span { border-color: rgb(207,216,155); }
td.TdClassName
{
border-color: #CFD89B;
}
.TagClassName
{
border-color: #CFD89B;
}
</style>