Shades of Goldenrod #CFDC76
Tints of Goldenrod #CFDC76
RGB
CMYK
RGB Variations
Color information
#CFDC76 (or 0xCFDC76) is known color: Goldenrod. HEX triplet: CF, DC and 76. RGB value is (207,220,118). Sum of RGB (Red+Green+Blue) = 207+220+118=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC76 is #302389. Grayscale: #CCCCCC. Windows color (decimal): -3154826 or 7789775. OLE color: 7789775.
HSL color Cylindrical-coordinate representation of color #CFDC76: hue angle of 67.65º 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 #CFDC76 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 118 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.14 |
| HSL | 67.65º | 0.59% | 0.66% | - |
| HSV(B) | 67.65º | 0.46% | 0.86% | - |
| XYZ | 54.6 | 65.76 | 26.95 | - |
| YUV | 204.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 118 | 0.06 | 0 | 0.46 | 0.14 | 67.65 | 0.59 | 0.66 |
| Hex | CF | DC | 76 | 6 | 0 | 2E | E | 44 | 3B | 42 |
| Octal | 317 | 334 | 166 | 6 | 0 | 56 | 16 | 104 | 73 | 102 |
| Binary | 11001111 | 11011100 | 1110110 | 110 | 0 | 101110 | 1110 | 1000100 | 111011 | 1000010 |
Color Harmonies of #CFDC76
Complementary color
Monochromatic Colors of #CFDC76
Black with #CFDC76
Text Example
Text Example
White with #CFDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC76; }
p { color: rgb(207,220,118); }
H1.HeaderClassName
{
color: #CFDC76;
}
.AnyTagClassName
{
color: #CFDC76;
}
</style>
background-color css
<style>
a { background-color: #CFDC76; }
a { background-color: rgb(207,220,118); }
div.DivClassName
{
background-color: #CFDC76;
}
.BgClassName
{
background-color: #CFDC76;
}
</style>
border-color css
<style>
span { border-color: #CFDC76; }
span { border-color: rgb(207,220,118); }
td.TdClassName
{
border-color: #CFDC76;
}
.TagClassName
{
border-color: #CFDC76;
}
</style>