Shades of Goldenrod #CFCF70
Tints of Goldenrod #CFCF70
RGB
CMYK
RGB Variations
Color information
#CFCF70 (or 0xCFCF70) is known color: Goldenrod. HEX triplet: CF, CF and 70. RGB value is (207,207,112). Sum of RGB (Red+Green+Blue) = 207+207+112=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF70 is #30308F. Grayscale: #C4C4C4. Windows color (decimal): -3158160 or 7393231. OLE color: 7393231.
HSL color Cylindrical-coordinate representation of color #CFCF70: hue angle of 60º 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 #CFCF70 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 112 | - |
| CMYK | 0 | 0 | 0.46 | 0.19 |
| HSL | 60º | 0.5% | 0.63% | - |
| HSV(B) | 60º | 0.46% | 0.81% | - |
| XYZ | 50.97 | 59.06 | 24.04 | - |
| YUV | 196.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 112 | 0 | 0 | 0.46 | 0.19 | 60 | 0.5 | 0.63 |
| Hex | CF | CF | 70 | 0 | 0 | 2E | 13 | 3C | 32 | 3F |
| Octal | 317 | 317 | 160 | 0 | 0 | 56 | 23 | 74 | 62 | 77 |
| Binary | 11001111 | 11001111 | 1110000 | 0 | 0 | 101110 | 10011 | 111100 | 110010 | 111111 |
Color Harmonies of #CFCF70
Complementary color
Monochromatic Colors of #CFCF70
Black with #CFCF70
Text Example
Text Example
White with #CFCF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF70; }
p { color: rgb(207,207,112); }
H1.HeaderClassName
{
color: #CFCF70;
}
.AnyTagClassName
{
color: #CFCF70;
}
</style>
background-color css
<style>
a { background-color: #CFCF70; }
a { background-color: rgb(207,207,112); }
div.DivClassName
{
background-color: #CFCF70;
}
.BgClassName
{
background-color: #CFCF70;
}
</style>
border-color css
<style>
span { border-color: #CFCF70; }
span { border-color: rgb(207,207,112); }
td.TdClassName
{
border-color: #CFCF70;
}
.TagClassName
{
border-color: #CFCF70;
}
</style>