Shades of Goldenrod #CFDD60
Tints of Goldenrod #CFDD60
RGB
CMYK
RGB Variations
Color information
#CFDD60 (or 0xCFDD60) is known color: Goldenrod. HEX triplet: CF, DD and 60. RGB value is (207,221,96). Sum of RGB (Red+Green+Blue) = 207+221+96=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD60 is #30229F. Grayscale: #CBCBCB. Windows color (decimal): -3154592 or 6348239. OLE color: 6348239.
HSL color Cylindrical-coordinate representation of color #CFDD60: hue angle of 66.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFDD60 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 96 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.13 |
| HSL | 66.72º | 0.65% | 0.62% | - |
| HSV(B) | 66.72º | 0.57% | 0.87% | - |
| XYZ | 53.7 | 65.82 | 20.94 | - |
| YUV | 202.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 96 | 0.06 | 0 | 0.57 | 0.13 | 66.72 | 0.65 | 0.62 |
| Hex | CF | DD | 60 | 6 | 0 | 39 | D | 43 | 41 | 3E |
| Octal | 317 | 335 | 140 | 6 | 0 | 71 | 15 | 103 | 101 | 76 |
| Binary | 11001111 | 11011101 | 1100000 | 110 | 0 | 111001 | 1101 | 1000011 | 1000001 | 111110 |
Color Harmonies of #CFDD60
Complementary color
Monochromatic Colors of #CFDD60
Black with #CFDD60
Text Example
Text Example
White with #CFDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD60; }
p { color: rgb(207,221,96); }
H1.HeaderClassName
{
color: #CFDD60;
}
.AnyTagClassName
{
color: #CFDD60;
}
</style>
background-color css
<style>
a { background-color: #CFDD60; }
a { background-color: rgb(207,221,96); }
div.DivClassName
{
background-color: #CFDD60;
}
.BgClassName
{
background-color: #CFDD60;
}
</style>
border-color css
<style>
span { border-color: #CFDD60; }
span { border-color: rgb(207,221,96); }
td.TdClassName
{
border-color: #CFDD60;
}
.TagClassName
{
border-color: #CFDD60;
}
</style>