Shades of Goldenrod #CFCC6D
Tints of Goldenrod #CFCC6D
RGB
CMYK
RGB Variations
Color information
#CFCC6D (or 0xCFCC6D) is known color: Goldenrod. HEX triplet: CF, CC and 6D. RGB value is (207,204,109). Sum of RGB (Red+Green+Blue) = 207+204+109=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC6D is #303392. Grayscale: #C2C2C2. Windows color (decimal): -3158931 or 7195855. OLE color: 7195855.
HSL color Cylindrical-coordinate representation of color #CFCC6D: hue angle of 58.16º 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 #CFCC6D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 109 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.19 |
| HSL | 58.16º | 0.51% | 0.62% | - |
| HSV(B) | 58.16º | 0.47% | 0.81% | - |
| XYZ | 50.09 | 57.56 | 22.94 | - |
| YUV | 194.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 109 | 0 | 0.01 | 0.47 | 0.19 | 58.16 | 0.51 | 0.62 |
| Hex | CF | CC | 6D | 0 | 1 | 2F | 13 | 3A | 33 | 3E |
| Octal | 317 | 314 | 155 | 0 | 1 | 57 | 23 | 72 | 63 | 76 |
| Binary | 11001111 | 11001100 | 1101101 | 0 | 1 | 101111 | 10011 | 111010 | 110011 | 111110 |
Color Harmonies of #CFCC6D
Complementary color
Monochromatic Colors of #CFCC6D
Black with #CFCC6D
Text Example
Text Example
White with #CFCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC6D; }
p { color: rgb(207,204,109); }
H1.HeaderClassName
{
color: #CFCC6D;
}
.AnyTagClassName
{
color: #CFCC6D;
}
</style>
background-color css
<style>
a { background-color: #CFCC6D; }
a { background-color: rgb(207,204,109); }
div.DivClassName
{
background-color: #CFCC6D;
}
.BgClassName
{
background-color: #CFCC6D;
}
</style>
border-color css
<style>
span { border-color: #CFCC6D; }
span { border-color: rgb(207,204,109); }
td.TdClassName
{
border-color: #CFCC6D;
}
.TagClassName
{
border-color: #CFCC6D;
}
</style>