Shades of Orinoco #CFD89D
Tints of Orinoco #CFD89D
RGB
CMYK
RGB Variations
Color information
#CFD89D (or 0xCFD89D) is known color: Orinoco. HEX triplet: CF, D8 and 9D. RGB value is (207,216,157). Sum of RGB (Red+Green+Blue) = 207+216+157=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD89D is #302762. Grayscale: #CECECE. Windows color (decimal): -3155811 or 10344655. OLE color: 10344655.
HSL color Cylindrical-coordinate representation of color #CFD89D: hue angle of 69.15º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFD89D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 157 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.15 |
| HSL | 69.15º | 0.43% | 0.73% | - |
| HSV(B) | 69.15º | 0.27% | 0.85% | - |
| XYZ | 56.37 | 64.81 | 41.44 | - |
| YUV | 206.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 157 | 0.04 | 0 | 0.27 | 0.15 | 69.15 | 0.43 | 0.73 |
| Hex | CF | D8 | 9D | 4 | 0 | 1B | F | 45 | 2B | 49 |
| Octal | 317 | 330 | 235 | 4 | 0 | 33 | 17 | 105 | 53 | 111 |
| Binary | 11001111 | 11011000 | 10011101 | 100 | 0 | 11011 | 1111 | 1000101 | 101011 | 1001001 |
Color Harmonies of #CFD89D
Complementary color
Monochromatic Colors of #CFD89D
Black with #CFD89D
Text Example
Text Example
White with #CFD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD89D; }
p { color: rgb(207,216,157); }
H1.HeaderClassName
{
color: #CFD89D;
}
.AnyTagClassName
{
color: #CFD89D;
}
</style>
background-color css
<style>
a { background-color: #CFD89D; }
a { background-color: rgb(207,216,157); }
div.DivClassName
{
background-color: #CFD89D;
}
.BgClassName
{
background-color: #CFD89D;
}
</style>
border-color css
<style>
span { border-color: #CFD89D; }
span { border-color: rgb(207,216,157); }
td.TdClassName
{
border-color: #CFD89D;
}
.TagClassName
{
border-color: #CFD89D;
}
</style>