Shades of Goldenrod #CFD964
Tints of Goldenrod #CFD964
RGB
CMYK
RGB Variations
Color information
#CFD964 (or 0xCFD964) is known color: Goldenrod. HEX triplet: CF, D9 and 64. RGB value is (207,217,100). Sum of RGB (Red+Green+Blue) = 207+217+100=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD964 is #30269B. Grayscale: #C9C9C9. Windows color (decimal): -3155612 or 6609359. OLE color: 6609359.
HSL color Cylindrical-coordinate representation of color #CFD964: hue angle of 65.13º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD964 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 100 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.15 |
| HSL | 65.13º | 0.61% | 0.62% | - |
| HSV(B) | 65.13º | 0.54% | 0.85% | - |
| XYZ | 52.85 | 63.81 | 21.59 | - |
| YUV | 200.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 100 | 0.05 | 0 | 0.54 | 0.15 | 65.13 | 0.61 | 0.62 |
| Hex | CF | D9 | 64 | 5 | 0 | 36 | F | 41 | 3D | 3E |
| Octal | 317 | 331 | 144 | 5 | 0 | 66 | 17 | 101 | 75 | 76 |
| Binary | 11001111 | 11011001 | 1100100 | 101 | 0 | 110110 | 1111 | 1000001 | 111101 | 111110 |
Color Harmonies of #CFD964
Complementary color
Monochromatic Colors of #CFD964
Black with #CFD964
Text Example
Text Example
White with #CFD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD964; }
p { color: rgb(207,217,100); }
H1.HeaderClassName
{
color: #CFD964;
}
.AnyTagClassName
{
color: #CFD964;
}
</style>
background-color css
<style>
a { background-color: #CFD964; }
a { background-color: rgb(207,217,100); }
div.DivClassName
{
background-color: #CFD964;
}
.BgClassName
{
background-color: #CFD964;
}
</style>
border-color css
<style>
span { border-color: #CFD964; }
span { border-color: rgb(207,217,100); }
td.TdClassName
{
border-color: #CFD964;
}
.TagClassName
{
border-color: #CFD964;
}
</style>