Shades of Goldenrod #CFDA61
Tints of Goldenrod #CFDA61
RGB
CMYK
RGB Variations
Color information
#CFDA61 (or 0xCFDA61) is known color: Goldenrod. HEX triplet: CF, DA and 61. RGB value is (207,218,97). Sum of RGB (Red+Green+Blue) = 207+218+97=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA61 is #30259E. Grayscale: #C9C9C9. Windows color (decimal): -3155359 or 6413007. OLE color: 6413007.
HSL color Cylindrical-coordinate representation of color #CFDA61: hue angle of 65.45º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFDA61 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 97 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.15 |
| HSL | 65.45º | 0.62% | 0.62% | - |
| HSV(B) | 65.45º | 0.56% | 0.85% | - |
| XYZ | 52.96 | 64.27 | 20.92 | - |
| YUV | 200.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 97 | 0.05 | 0 | 0.56 | 0.15 | 65.45 | 0.62 | 0.62 |
| Hex | CF | DA | 61 | 5 | 0 | 38 | F | 41 | 3E | 3E |
| Octal | 317 | 332 | 141 | 5 | 0 | 70 | 17 | 101 | 76 | 76 |
| Binary | 11001111 | 11011010 | 1100001 | 101 | 0 | 111000 | 1111 | 1000001 | 111110 | 111110 |
Color Harmonies of #CFDA61
Complementary color
Monochromatic Colors of #CFDA61
Black with #CFDA61
Text Example
Text Example
White with #CFDA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA61; }
p { color: rgb(207,218,97); }
H1.HeaderClassName
{
color: #CFDA61;
}
.AnyTagClassName
{
color: #CFDA61;
}
</style>
background-color css
<style>
a { background-color: #CFDA61; }
a { background-color: rgb(207,218,97); }
div.DivClassName
{
background-color: #CFDA61;
}
.BgClassName
{
background-color: #CFDA61;
}
</style>
border-color css
<style>
span { border-color: #CFDA61; }
span { border-color: rgb(207,218,97); }
td.TdClassName
{
border-color: #CFDA61;
}
.TagClassName
{
border-color: #CFDA61;
}
</style>