Shades of Goldenrod #CFDC77
Tints of Goldenrod #CFDC77
RGB
CMYK
RGB Variations
Color information
#CFDC77 (or 0xCFDC77) is known color: Goldenrod. HEX triplet: CF, DC and 77. RGB value is (207,220,119). Sum of RGB (Red+Green+Blue) = 207+220+119=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC77 is #302388. Grayscale: #CCCCCC. Windows color (decimal): -3154825 or 7855311. OLE color: 7855311.
HSL color Cylindrical-coordinate representation of color #CFDC77: hue angle of 67.72º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFDC77 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 119 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.14 |
| HSL | 67.72º | 0.59% | 0.66% | - |
| HSV(B) | 67.72º | 0.46% | 0.86% | - |
| XYZ | 54.66 | 65.78 | 27.27 | - |
| YUV | 204.6 | 79.69 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 119 | 0.06 | 0 | 0.46 | 0.14 | 67.72 | 0.59 | 0.66 |
| Hex | CF | DC | 77 | 6 | 0 | 2E | E | 44 | 3B | 42 |
| Octal | 317 | 334 | 167 | 6 | 0 | 56 | 16 | 104 | 73 | 102 |
| Binary | 11001111 | 11011100 | 1110111 | 110 | 0 | 101110 | 1110 | 1000100 | 111011 | 1000010 |
Color Harmonies of #CFDC77
Complementary color
Monochromatic Colors of #CFDC77
Black with #CFDC77
Text Example
Text Example
White with #CFDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC77; }
p { color: rgb(207,220,119); }
H1.HeaderClassName
{
color: #CFDC77;
}
.AnyTagClassName
{
color: #CFDC77;
}
</style>
background-color css
<style>
a { background-color: #CFDC77; }
a { background-color: rgb(207,220,119); }
div.DivClassName
{
background-color: #CFDC77;
}
.BgClassName
{
background-color: #CFDC77;
}
</style>
border-color css
<style>
span { border-color: #CFDC77; }
span { border-color: rgb(207,220,119); }
td.TdClassName
{
border-color: #CFDC77;
}
.TagClassName
{
border-color: #CFDC77;
}
</style>