Shades of Goldenrod #CFCF66
Tints of Goldenrod #CFCF66
RGB
CMYK
RGB Variations
Color information
#CFCF66 (or 0xCFCF66) is known color: Goldenrod. HEX triplet: CF, CF and 66. RGB value is (207,207,102). Sum of RGB (Red+Green+Blue) = 207+207+102=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF66 is #303099. Grayscale: #C3C3C3. Windows color (decimal): -3158170 or 6737871. OLE color: 6737871.
HSL color Cylindrical-coordinate representation of color #CFCF66: hue angle of 60º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFCF66 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 102 | - |
| CMYK | 0 | 0 | 0.51 | 0.19 |
| HSL | 60º | 0.52% | 0.61% | - |
| HSV(B) | 60º | 0.51% | 0.81% | - |
| XYZ | 50.44 | 58.85 | 21.27 | - |
| YUV | 195.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 102 | 0 | 0 | 0.51 | 0.19 | 60 | 0.52 | 0.61 |
| Hex | CF | CF | 66 | 0 | 0 | 33 | 13 | 3C | 34 | 3D |
| Octal | 317 | 317 | 146 | 0 | 0 | 63 | 23 | 74 | 64 | 75 |
| Binary | 11001111 | 11001111 | 1100110 | 0 | 0 | 110011 | 10011 | 111100 | 110100 | 111101 |
Color Harmonies of #CFCF66
Complementary color
Monochromatic Colors of #CFCF66
Black with #CFCF66
Text Example
Text Example
White with #CFCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF66; }
p { color: rgb(207,207,102); }
H1.HeaderClassName
{
color: #CFCF66;
}
.AnyTagClassName
{
color: #CFCF66;
}
</style>
background-color css
<style>
a { background-color: #CFCF66; }
a { background-color: rgb(207,207,102); }
div.DivClassName
{
background-color: #CFCF66;
}
.BgClassName
{
background-color: #CFCF66;
}
</style>
border-color css
<style>
span { border-color: #CFCF66; }
span { border-color: rgb(207,207,102); }
td.TdClassName
{
border-color: #CFCF66;
}
.TagClassName
{
border-color: #CFCF66;
}
</style>