Shades of Goldenrod #CFCC6E
Tints of Goldenrod #CFCC6E
RGB
CMYK
RGB Variations
Color information
#CFCC6E (or 0xCFCC6E) is known color: Goldenrod. HEX triplet: CF, CC and 6E. RGB value is (207,204,110). Sum of RGB (Red+Green+Blue) = 207+204+110=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC6E is #303391. Grayscale: #C2C2C2. Windows color (decimal): -3158930 or 7261391. OLE color: 7261391.
HSL color Cylindrical-coordinate representation of color #CFCC6E: hue angle of 58.14º degrees, saturation: 0.5, 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 #CFCC6E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 110 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.19 |
| HSL | 58.14º | 0.5% | 0.62% | - |
| HSV(B) | 58.14º | 0.47% | 0.81% | - |
| XYZ | 50.14 | 57.58 | 23.22 | - |
| YUV | 194.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 110 | 0 | 0.01 | 0.47 | 0.19 | 58.14 | 0.5 | 0.62 |
| Hex | CF | CC | 6E | 0 | 1 | 2F | 13 | 3A | 32 | 3E |
| Octal | 317 | 314 | 156 | 0 | 1 | 57 | 23 | 72 | 62 | 76 |
| Binary | 11001111 | 11001100 | 1101110 | 0 | 1 | 101111 | 10011 | 111010 | 110010 | 111110 |
Color Harmonies of #CFCC6E
Complementary color
Monochromatic Colors of #CFCC6E
Black with #CFCC6E
Text Example
Text Example
White with #CFCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC6E; }
p { color: rgb(207,204,110); }
H1.HeaderClassName
{
color: #CFCC6E;
}
.AnyTagClassName
{
color: #CFCC6E;
}
</style>
background-color css
<style>
a { background-color: #CFCC6E; }
a { background-color: rgb(207,204,110); }
div.DivClassName
{
background-color: #CFCC6E;
}
.BgClassName
{
background-color: #CFCC6E;
}
</style>
border-color css
<style>
span { border-color: #CFCC6E; }
span { border-color: rgb(207,204,110); }
td.TdClassName
{
border-color: #CFCC6E;
}
.TagClassName
{
border-color: #CFCC6E;
}
</style>