Shades of Goldenrod #CFDA66
Tints of Goldenrod #CFDA66
RGB
CMYK
RGB Variations
Color information
#CFDA66 (or 0xCFDA66) is known color: Goldenrod. HEX triplet: CF, DA and 66. RGB value is (207,218,102). Sum of RGB (Red+Green+Blue) = 207+218+102=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA66 is #302599. Grayscale: #C9C9C9. Windows color (decimal): -3155354 or 6740687. OLE color: 6740687.
HSL color Cylindrical-coordinate representation of color #CFDA66: hue angle of 65.69º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDA66 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 102 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.15 |
| HSL | 65.69º | 0.61% | 0.63% | - |
| HSV(B) | 65.69º | 0.53% | 0.85% | - |
| XYZ | 53.2 | 64.37 | 22.19 | - |
| YUV | 201.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 102 | 0.05 | 0 | 0.53 | 0.15 | 65.69 | 0.61 | 0.63 |
| Hex | CF | DA | 66 | 5 | 0 | 35 | F | 42 | 3D | 3F |
| Octal | 317 | 332 | 146 | 5 | 0 | 65 | 17 | 102 | 75 | 77 |
| Binary | 11001111 | 11011010 | 1100110 | 101 | 0 | 110101 | 1111 | 1000010 | 111101 | 111111 |
Color Harmonies of #CFDA66
Complementary color
Monochromatic Colors of #CFDA66
Black with #CFDA66
Text Example
Text Example
White with #CFDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA66; }
p { color: rgb(207,218,102); }
H1.HeaderClassName
{
color: #CFDA66;
}
.AnyTagClassName
{
color: #CFDA66;
}
</style>
background-color css
<style>
a { background-color: #CFDA66; }
a { background-color: rgb(207,218,102); }
div.DivClassName
{
background-color: #CFDA66;
}
.BgClassName
{
background-color: #CFDA66;
}
</style>
border-color css
<style>
span { border-color: #CFDA66; }
span { border-color: rgb(207,218,102); }
td.TdClassName
{
border-color: #CFDA66;
}
.TagClassName
{
border-color: #CFDA66;
}
</style>