Shades of Orinoco #CFD79D
Tints of Orinoco #CFD79D
RGB
CMYK
RGB Variations
Color information
#CFD79D (or 0xCFD79D) is known color: Orinoco. HEX triplet: CF, D7 and 9D. RGB value is (207,215,157). Sum of RGB (Red+Green+Blue) = 207+215+157=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD79D is #302862. Grayscale: #CECECE. Windows color (decimal): -3156067 or 10344399. OLE color: 10344399.
HSL color Cylindrical-coordinate representation of color #CFD79D: hue angle of 68.28º degrees, saturation: 0.42, 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 #CFD79D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 157 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.16 |
| HSL | 68.28º | 0.42% | 0.73% | - |
| HSV(B) | 68.28º | 0.27% | 0.84% | - |
| XYZ | 56.12 | 64.3 | 41.35 | - |
| YUV | 206 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 157 | 0.04 | 0 | 0.27 | 0.16 | 68.28 | 0.42 | 0.73 |
| Hex | CF | D7 | 9D | 4 | 0 | 1B | 10 | 44 | 2A | 49 |
| Octal | 317 | 327 | 235 | 4 | 0 | 33 | 20 | 104 | 52 | 111 |
| Binary | 11001111 | 11010111 | 10011101 | 100 | 0 | 11011 | 10000 | 1000100 | 101010 | 1001001 |
Color Harmonies of #CFD79D
Complementary color
Monochromatic Colors of #CFD79D
Black with #CFD79D
Text Example
Text Example
White with #CFD79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD79D; }
p { color: rgb(207,215,157); }
H1.HeaderClassName
{
color: #CFD79D;
}
.AnyTagClassName
{
color: #CFD79D;
}
</style>
background-color css
<style>
a { background-color: #CFD79D; }
a { background-color: rgb(207,215,157); }
div.DivClassName
{
background-color: #CFD79D;
}
.BgClassName
{
background-color: #CFD79D;
}
</style>
border-color css
<style>
span { border-color: #CFD79D; }
span { border-color: rgb(207,215,157); }
td.TdClassName
{
border-color: #CFD79D;
}
.TagClassName
{
border-color: #CFD79D;
}
</style>