Shades of Orinoco #CFD49D
Tints of Orinoco #CFD49D
RGB
CMYK
RGB Variations
Color information
#CFD49D (or 0xCFD49D) is known color: Orinoco. HEX triplet: CF, D4 and 9D. RGB value is (207,212,157). Sum of RGB (Red+Green+Blue) = 207+212+157=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD49D is #302B62. Grayscale: #CCCCCC. Windows color (decimal): -3156835 or 10343631. OLE color: 10343631.
HSL color Cylindrical-coordinate representation of color #CFD49D: hue angle of 65.45º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFD49D is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 157 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.17 |
| HSL | 65.45º | 0.39% | 0.72% | - |
| HSV(B) | 65.45º | 0.26% | 0.83% | - |
| XYZ | 55.36 | 62.79 | 41.1 | - |
| YUV | 204.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 157 | 0.02 | 0 | 0.26 | 0.17 | 65.45 | 0.39 | 0.72 |
| Hex | CF | D4 | 9D | 2 | 0 | 1A | 11 | 41 | 27 | 48 |
| Octal | 317 | 324 | 235 | 2 | 0 | 32 | 21 | 101 | 47 | 110 |
| Binary | 11001111 | 11010100 | 10011101 | 10 | 0 | 11010 | 10001 | 1000001 | 100111 | 1001000 |
Color Harmonies of #CFD49D
Complementary color
Monochromatic Colors of #CFD49D
Black with #CFD49D
Text Example
Text Example
White with #CFD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD49D; }
p { color: rgb(207,212,157); }
H1.HeaderClassName
{
color: #CFD49D;
}
.AnyTagClassName
{
color: #CFD49D;
}
</style>
background-color css
<style>
a { background-color: #CFD49D; }
a { background-color: rgb(207,212,157); }
div.DivClassName
{
background-color: #CFD49D;
}
.BgClassName
{
background-color: #CFD49D;
}
</style>
border-color css
<style>
span { border-color: #CFD49D; }
span { border-color: rgb(207,212,157); }
td.TdClassName
{
border-color: #CFD49D;
}
.TagClassName
{
border-color: #CFD49D;
}
</style>