Shades of Goldenrod #CFDD77
Tints of Goldenrod #CFDD77
RGB
CMYK
RGB Variations
Color information
#CFDD77 (or 0xCFDD77) is known color: Goldenrod. HEX triplet: CF, DD and 77. RGB value is (207,221,119). Sum of RGB (Red+Green+Blue) = 207+221+119=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD77 is #302288. Grayscale: #CDCDCD. Windows color (decimal): -3154569 or 7855567. OLE color: 7855567.
HSL color Cylindrical-coordinate representation of color #CFDD77: hue angle of 68.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFDD77 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 119 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.13 |
| HSL | 68.24º | 0.6% | 0.67% | - |
| HSV(B) | 68.24º | 0.46% | 0.87% | - |
| XYZ | 54.92 | 66.31 | 27.36 | - |
| YUV | 205.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 119 | 0.06 | 0 | 0.46 | 0.13 | 68.24 | 0.6 | 0.67 |
| Hex | CF | DD | 77 | 6 | 0 | 2E | D | 44 | 3C | 43 |
| Octal | 317 | 335 | 167 | 6 | 0 | 56 | 15 | 104 | 74 | 103 |
| Binary | 11001111 | 11011101 | 1110111 | 110 | 0 | 101110 | 1101 | 1000100 | 111100 | 1000011 |
Color Harmonies of #CFDD77
Complementary color
Monochromatic Colors of #CFDD77
Black with #CFDD77
Text Example
Text Example
White with #CFDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD77; }
p { color: rgb(207,221,119); }
H1.HeaderClassName
{
color: #CFDD77;
}
.AnyTagClassName
{
color: #CFDD77;
}
</style>
background-color css
<style>
a { background-color: #CFDD77; }
a { background-color: rgb(207,221,119); }
div.DivClassName
{
background-color: #CFDD77;
}
.BgClassName
{
background-color: #CFDD77;
}
</style>
border-color css
<style>
span { border-color: #CFDD77; }
span { border-color: rgb(207,221,119); }
td.TdClassName
{
border-color: #CFDD77;
}
.TagClassName
{
border-color: #CFDD77;
}
</style>