Shades of Goldenrod #CFDA74
Tints of Goldenrod #CFDA74
RGB
CMYK
RGB Variations
Color information
#CFDA74 (or 0xCFDA74) is known color: Goldenrod. HEX triplet: CF, DA and 74. RGB value is (207,218,116). Sum of RGB (Red+Green+Blue) = 207+218+116=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA74 is #30258B. Grayscale: #CBCBCB. Windows color (decimal): -3155340 or 7658191. OLE color: 7658191.
HSL color Cylindrical-coordinate representation of color #CFDA74: hue angle of 66.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFDA74 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 116 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.15 |
| HSL | 66.47º | 0.58% | 0.65% | - |
| HSV(B) | 66.47º | 0.47% | 0.85% | - |
| XYZ | 53.96 | 64.67 | 26.16 | - |
| YUV | 203.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 116 | 0.05 | 0 | 0.47 | 0.15 | 66.47 | 0.58 | 0.65 |
| Hex | CF | DA | 74 | 5 | 0 | 2F | F | 42 | 3A | 41 |
| Octal | 317 | 332 | 164 | 5 | 0 | 57 | 17 | 102 | 72 | 101 |
| Binary | 11001111 | 11011010 | 1110100 | 101 | 0 | 101111 | 1111 | 1000010 | 111010 | 1000001 |
Color Harmonies of #CFDA74
Complementary color
Monochromatic Colors of #CFDA74
Black with #CFDA74
Text Example
Text Example
White with #CFDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA74; }
p { color: rgb(207,218,116); }
H1.HeaderClassName
{
color: #CFDA74;
}
.AnyTagClassName
{
color: #CFDA74;
}
</style>
background-color css
<style>
a { background-color: #CFDA74; }
a { background-color: rgb(207,218,116); }
div.DivClassName
{
background-color: #CFDA74;
}
.BgClassName
{
background-color: #CFDA74;
}
</style>
border-color css
<style>
span { border-color: #CFDA74; }
span { border-color: rgb(207,218,116); }
td.TdClassName
{
border-color: #CFDA74;
}
.TagClassName
{
border-color: #CFDA74;
}
</style>