Shades of Goldenrod #CFDA69
Tints of Goldenrod #CFDA69
RGB
CMYK
RGB Variations
Color information
#CFDA69 (or 0xCFDA69) is known color: Goldenrod. HEX triplet: CF, DA and 69. RGB value is (207,218,105). Sum of RGB (Red+Green+Blue) = 207+218+105=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA69 is #302596. Grayscale: #CACACA. Windows color (decimal): -3155351 or 6937295. OLE color: 6937295.
HSL color Cylindrical-coordinate representation of color #CFDA69: hue angle of 65.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDA69 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 105 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.15 |
| HSL | 65.84º | 0.6% | 0.63% | - |
| HSV(B) | 65.84º | 0.52% | 0.85% | - |
| XYZ | 53.35 | 64.43 | 22.99 | - |
| YUV | 201.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 105 | 0.05 | 0 | 0.52 | 0.15 | 65.84 | 0.6 | 0.63 |
| Hex | CF | DA | 69 | 5 | 0 | 34 | F | 42 | 3C | 3F |
| Octal | 317 | 332 | 151 | 5 | 0 | 64 | 17 | 102 | 74 | 77 |
| Binary | 11001111 | 11011010 | 1101001 | 101 | 0 | 110100 | 1111 | 1000010 | 111100 | 111111 |
Color Harmonies of #CFDA69
Complementary color
Monochromatic Colors of #CFDA69
Black with #CFDA69
Text Example
Text Example
White with #CFDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA69; }
p { color: rgb(207,218,105); }
H1.HeaderClassName
{
color: #CFDA69;
}
.AnyTagClassName
{
color: #CFDA69;
}
</style>
background-color css
<style>
a { background-color: #CFDA69; }
a { background-color: rgb(207,218,105); }
div.DivClassName
{
background-color: #CFDA69;
}
.BgClassName
{
background-color: #CFDA69;
}
</style>
border-color css
<style>
span { border-color: #CFDA69; }
span { border-color: rgb(207,218,105); }
td.TdClassName
{
border-color: #CFDA69;
}
.TagClassName
{
border-color: #CFDA69;
}
</style>