Shades of Goldenrod #CFCF6D
Tints of Goldenrod #CFCF6D
RGB
CMYK
RGB Variations
Color information
#CFCF6D (or 0xCFCF6D) is known color: Goldenrod. HEX triplet: CF, CF and 6D. RGB value is (207,207,109). Sum of RGB (Red+Green+Blue) = 207+207+109=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF6D is #303092. Grayscale: #C4C4C4. Windows color (decimal): -3158163 or 7196623. OLE color: 7196623.
HSL color Cylindrical-coordinate representation of color #CFCF6D: hue angle of 60º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFCF6D is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 109 | - |
| CMYK | 0 | 0 | 0.47 | 0.19 |
| HSL | 60º | 0.51% | 0.62% | - |
| HSV(B) | 60º | 0.47% | 0.81% | - |
| XYZ | 50.81 | 59 | 23.18 | - |
| YUV | 195.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 109 | 0 | 0 | 0.47 | 0.19 | 60 | 0.51 | 0.62 |
| Hex | CF | CF | 6D | 0 | 0 | 2F | 13 | 3C | 33 | 3E |
| Octal | 317 | 317 | 155 | 0 | 0 | 57 | 23 | 74 | 63 | 76 |
| Binary | 11001111 | 11001111 | 1101101 | 0 | 0 | 101111 | 10011 | 111100 | 110011 | 111110 |
Color Harmonies of #CFCF6D
Complementary color
Monochromatic Colors of #CFCF6D
Black with #CFCF6D
Text Example
Text Example
White with #CFCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF6D; }
p { color: rgb(207,207,109); }
H1.HeaderClassName
{
color: #CFCF6D;
}
.AnyTagClassName
{
color: #CFCF6D;
}
</style>
background-color css
<style>
a { background-color: #CFCF6D; }
a { background-color: rgb(207,207,109); }
div.DivClassName
{
background-color: #CFCF6D;
}
.BgClassName
{
background-color: #CFCF6D;
}
</style>
border-color css
<style>
span { border-color: #CFCF6D; }
span { border-color: rgb(207,207,109); }
td.TdClassName
{
border-color: #CFCF6D;
}
.TagClassName
{
border-color: #CFCF6D;
}
</style>