Shades of Goldenrod #CFD066
Tints of Goldenrod #CFD066
RGB
CMYK
RGB Variations
Color information
#CFD066 (or 0xCFD066) is known color: Goldenrod. HEX triplet: CF, D0 and 66. RGB value is (207,208,102). Sum of RGB (Red+Green+Blue) = 207+208+102=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD066 is #302F99. Grayscale: #C4C4C4. Windows color (decimal): -3157914 or 6738127. OLE color: 6738127.
HSL color Cylindrical-coordinate representation of color #CFD066: hue angle of 60.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFD066 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 102 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.18 |
| HSL | 60.57º | 0.53% | 0.61% | - |
| HSV(B) | 60.57º | 0.51% | 0.82% | - |
| XYZ | 50.69 | 59.34 | 21.35 | - |
| YUV | 195.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 102 | 0.00 | 0 | 0.51 | 0.18 | 60.57 | 0.53 | 0.61 |
| Hex | CF | D0 | 66 | 0 | 0 | 33 | 12 | 3D | 35 | 3D |
| Octal | 317 | 320 | 146 | 0 | 0 | 63 | 22 | 75 | 65 | 75 |
| Binary | 11001111 | 11010000 | 1100110 | 0 | 0 | 110011 | 10010 | 111101 | 110101 | 111101 |
Color Harmonies of #CFD066
Complementary color
Monochromatic Colors of #CFD066
Black with #CFD066
Text Example
Text Example
White with #CFD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD066; }
p { color: rgb(207,208,102); }
H1.HeaderClassName
{
color: #CFD066;
}
.AnyTagClassName
{
color: #CFD066;
}
</style>
background-color css
<style>
a { background-color: #CFD066; }
a { background-color: rgb(207,208,102); }
div.DivClassName
{
background-color: #CFD066;
}
.BgClassName
{
background-color: #CFD066;
}
</style>
border-color css
<style>
span { border-color: #CFD066; }
span { border-color: rgb(207,208,102); }
td.TdClassName
{
border-color: #CFD066;
}
.TagClassName
{
border-color: #CFD066;
}
</style>