Shades of Goldenrod #CFCD70
Tints of Goldenrod #CFCD70
RGB
CMYK
RGB Variations
Color information
#CFCD70 (or 0xCFCD70) is known color: Goldenrod. HEX triplet: CF, CD and 70. RGB value is (207,205,112). Sum of RGB (Red+Green+Blue) = 207+205+112=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD70 is #30328F. Grayscale: #C3C3C3. Windows color (decimal): -3158672 or 7392719. OLE color: 7392719.
HSL color Cylindrical-coordinate representation of color #CFCD70: hue angle of 58.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFCD70 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 112 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.19 |
| HSL | 58.74º | 0.5% | 0.63% | - |
| HSV(B) | 58.74º | 0.46% | 0.81% | - |
| XYZ | 50.49 | 58.1 | 23.88 | - |
| YUV | 195 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 112 | 0 | 0.01 | 0.46 | 0.19 | 58.74 | 0.5 | 0.63 |
| Hex | CF | CD | 70 | 0 | 1 | 2E | 13 | 3B | 32 | 3F |
| Octal | 317 | 315 | 160 | 0 | 1 | 56 | 23 | 73 | 62 | 77 |
| Binary | 11001111 | 11001101 | 1110000 | 0 | 1 | 101110 | 10011 | 111011 | 110010 | 111111 |
Color Harmonies of #CFCD70
Complementary color
Monochromatic Colors of #CFCD70
Black with #CFCD70
Text Example
Text Example
White with #CFCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD70; }
p { color: rgb(207,205,112); }
H1.HeaderClassName
{
color: #CFCD70;
}
.AnyTagClassName
{
color: #CFCD70;
}
</style>
background-color css
<style>
a { background-color: #CFCD70; }
a { background-color: rgb(207,205,112); }
div.DivClassName
{
background-color: #CFCD70;
}
.BgClassName
{
background-color: #CFCD70;
}
</style>
border-color css
<style>
span { border-color: #CFCD70; }
span { border-color: rgb(207,205,112); }
td.TdClassName
{
border-color: #CFCD70;
}
.TagClassName
{
border-color: #CFCD70;
}
</style>