Shades of Goldenrod #CFDA6C
Tints of Goldenrod #CFDA6C
RGB
CMYK
RGB Variations
Color information
#CFDA6C (or 0xCFDA6C) is known color: Goldenrod. HEX triplet: CF, DA and 6C. RGB value is (207,218,108). Sum of RGB (Red+Green+Blue) = 207+218+108=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA6C is #302593. Grayscale: #CACACA. Windows color (decimal): -3155348 or 7133903. OLE color: 7133903.
HSL color Cylindrical-coordinate representation of color #CFDA6C: hue angle of 66º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFDA6C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 108 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.15 |
| HSL | 66º | 0.6% | 0.64% | - |
| HSV(B) | 66º | 0.5% | 0.85% | - |
| XYZ | 53.51 | 64.49 | 23.82 | - |
| YUV | 202.17 | 74.86 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 108 | 0.05 | 0 | 0.50 | 0.15 | 66 | 0.6 | 0.64 |
| Hex | CF | DA | 6C | 5 | 0 | 32 | F | 42 | 3C | 40 |
| Octal | 317 | 332 | 154 | 5 | 0 | 62 | 17 | 102 | 74 | 100 |
| Binary | 11001111 | 11011010 | 1101100 | 101 | 0 | 110010 | 1111 | 1000010 | 111100 | 1000000 |
Color Harmonies of #CFDA6C
Complementary color
Monochromatic Colors of #CFDA6C
Black with #CFDA6C
Text Example
Text Example
White with #CFDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA6C; }
p { color: rgb(207,218,108); }
H1.HeaderClassName
{
color: #CFDA6C;
}
.AnyTagClassName
{
color: #CFDA6C;
}
</style>
background-color css
<style>
a { background-color: #CFDA6C; }
a { background-color: rgb(207,218,108); }
div.DivClassName
{
background-color: #CFDA6C;
}
.BgClassName
{
background-color: #CFDA6C;
}
</style>
border-color css
<style>
span { border-color: #CFDA6C; }
span { border-color: rgb(207,218,108); }
td.TdClassName
{
border-color: #CFDA6C;
}
.TagClassName
{
border-color: #CFDA6C;
}
</style>