Shades of Chenin #CFC66D
Tints of Chenin #CFC66D
RGB
CMYK
RGB Variations
Color information
#CFC66D (or 0xCFC66D) is known color: Chenin. HEX triplet: CF, C6 and 6D. RGB value is (207,198,109). Sum of RGB (Red+Green+Blue) = 207+198+109=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC66D is #303992. Grayscale: #BEBEBE. Windows color (decimal): -3160467 or 7194319. OLE color: 7194319.
HSL color Cylindrical-coordinate representation of color #CFC66D: hue angle of 54.49º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFC66D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 109 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.19 |
| HSL | 54.49º | 0.51% | 0.62% | - |
| HSV(B) | 54.49º | 0.47% | 0.81% | - |
| XYZ | 48.69 | 54.76 | 22.47 | - |
| YUV | 190.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 109 | 0 | 0.04 | 0.47 | 0.19 | 54.49 | 0.51 | 0.62 |
| Hex | CF | C6 | 6D | 0 | 4 | 2F | 13 | 36 | 33 | 3E |
| Octal | 317 | 306 | 155 | 0 | 4 | 57 | 23 | 66 | 63 | 76 |
| Binary | 11001111 | 11000110 | 1101101 | 0 | 100 | 101111 | 10011 | 110110 | 110011 | 111110 |
Color Harmonies of #CFC66D
Complementary color
Monochromatic Colors of #CFC66D
Black with #CFC66D
Text Example
Text Example
White with #CFC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC66D; }
p { color: rgb(207,198,109); }
H1.HeaderClassName
{
color: #CFC66D;
}
.AnyTagClassName
{
color: #CFC66D;
}
</style>
background-color css
<style>
a { background-color: #CFC66D; }
a { background-color: rgb(207,198,109); }
div.DivClassName
{
background-color: #CFC66D;
}
.BgClassName
{
background-color: #CFC66D;
}
</style>
border-color css
<style>
span { border-color: #CFC66D; }
span { border-color: rgb(207,198,109); }
td.TdClassName
{
border-color: #CFC66D;
}
.TagClassName
{
border-color: #CFC66D;
}
</style>