Shades of Goldenrod #CFDD71
Tints of Goldenrod #CFDD71
RGB
CMYK
RGB Variations
Color information
#CFDD71 (or 0xCFDD71) is known color: Goldenrod. HEX triplet: CF, DD and 71. RGB value is (207,221,113). Sum of RGB (Red+Green+Blue) = 207+221+113=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD71 is #30228E. Grayscale: #CCCCCC. Windows color (decimal): -3154575 or 7462351. OLE color: 7462351.
HSL color Cylindrical-coordinate representation of color #CFDD71: hue angle of 67.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFDD71 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 113 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.13 |
| HSL | 67.78º | 0.61% | 0.65% | - |
| HSV(B) | 67.78º | 0.49% | 0.87% | - |
| XYZ | 54.57 | 66.17 | 25.52 | - |
| YUV | 204.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 113 | 0.06 | 0 | 0.49 | 0.13 | 67.78 | 0.61 | 0.65 |
| Hex | CF | DD | 71 | 6 | 0 | 31 | D | 44 | 3D | 41 |
| Octal | 317 | 335 | 161 | 6 | 0 | 61 | 15 | 104 | 75 | 101 |
| Binary | 11001111 | 11011101 | 1110001 | 110 | 0 | 110001 | 1101 | 1000100 | 111101 | 1000001 |
Color Harmonies of #CFDD71
Complementary color
Monochromatic Colors of #CFDD71
Black with #CFDD71
Text Example
Text Example
White with #CFDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD71; }
p { color: rgb(207,221,113); }
H1.HeaderClassName
{
color: #CFDD71;
}
.AnyTagClassName
{
color: #CFDD71;
}
</style>
background-color css
<style>
a { background-color: #CFDD71; }
a { background-color: rgb(207,221,113); }
div.DivClassName
{
background-color: #CFDD71;
}
.BgClassName
{
background-color: #CFDD71;
}
</style>
border-color css
<style>
span { border-color: #CFDD71; }
span { border-color: rgb(207,221,113); }
td.TdClassName
{
border-color: #CFDD71;
}
.TagClassName
{
border-color: #CFDD71;
}
</style>