Shades of Goldenrod #CFD06D
Tints of Goldenrod #CFD06D
RGB
CMYK
RGB Variations
Color information
#CFD06D (or 0xCFD06D) is known color: Goldenrod. HEX triplet: CF, D0 and 6D. RGB value is (207,208,109). Sum of RGB (Red+Green+Blue) = 207+208+109=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD06D is #302F92. Grayscale: #C4C4C4. Windows color (decimal): -3157907 or 7196879. OLE color: 7196879.
HSL color Cylindrical-coordinate representation of color #CFD06D: hue angle of 60.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFD06D is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 109 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.18 |
| HSL | 60.61º | 0.51% | 0.62% | - |
| HSV(B) | 60.61º | 0.48% | 0.82% | - |
| XYZ | 51.05 | 59.48 | 23.26 | - |
| YUV | 196.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 109 | 0.00 | 0 | 0.48 | 0.18 | 60.61 | 0.51 | 0.62 |
| Hex | CF | D0 | 6D | 0 | 0 | 30 | 12 | 3D | 33 | 3E |
| Octal | 317 | 320 | 155 | 0 | 0 | 60 | 22 | 75 | 63 | 76 |
| Binary | 11001111 | 11010000 | 1101101 | 0 | 0 | 110000 | 10010 | 111101 | 110011 | 111110 |
Color Harmonies of #CFD06D
Complementary color
Monochromatic Colors of #CFD06D
Black with #CFD06D
Text Example
Text Example
White with #CFD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD06D; }
p { color: rgb(207,208,109); }
H1.HeaderClassName
{
color: #CFD06D;
}
.AnyTagClassName
{
color: #CFD06D;
}
</style>
background-color css
<style>
a { background-color: #CFD06D; }
a { background-color: rgb(207,208,109); }
div.DivClassName
{
background-color: #CFD06D;
}
.BgClassName
{
background-color: #CFD06D;
}
</style>
border-color css
<style>
span { border-color: #CFD06D; }
span { border-color: rgb(207,208,109); }
td.TdClassName
{
border-color: #CFD06D;
}
.TagClassName
{
border-color: #CFD06D;
}
</style>