Shades of Goldenrod #CFCD6C
Tints of Goldenrod #CFCD6C
RGB
CMYK
RGB Variations
Color information
#CFCD6C (or 0xCFCD6C) is known color: Goldenrod. HEX triplet: CF, CD and 6C. RGB value is (207,205,108). Sum of RGB (Red+Green+Blue) = 207+205+108=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD6C is #303293. Grayscale: #C2C2C2. Windows color (decimal): -3158676 or 7130575. OLE color: 7130575.
HSL color Cylindrical-coordinate representation of color #CFCD6C: hue angle of 58.79º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFCD6C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 108 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.19 |
| HSL | 58.79º | 0.51% | 0.62% | - |
| HSV(B) | 58.79º | 0.48% | 0.81% | - |
| XYZ | 50.27 | 58.01 | 22.74 | - |
| YUV | 194.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 108 | 0 | 0.01 | 0.48 | 0.19 | 58.79 | 0.51 | 0.62 |
| Hex | CF | CD | 6C | 0 | 1 | 30 | 13 | 3B | 33 | 3E |
| Octal | 317 | 315 | 154 | 0 | 1 | 60 | 23 | 73 | 63 | 76 |
| Binary | 11001111 | 11001101 | 1101100 | 0 | 1 | 110000 | 10011 | 111011 | 110011 | 111110 |
Color Harmonies of #CFCD6C
Complementary color
Monochromatic Colors of #CFCD6C
Black with #CFCD6C
Text Example
Text Example
White with #CFCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD6C; }
p { color: rgb(207,205,108); }
H1.HeaderClassName
{
color: #CFCD6C;
}
.AnyTagClassName
{
color: #CFCD6C;
}
</style>
background-color css
<style>
a { background-color: #CFCD6C; }
a { background-color: rgb(207,205,108); }
div.DivClassName
{
background-color: #CFCD6C;
}
.BgClassName
{
background-color: #CFCD6C;
}
</style>
border-color css
<style>
span { border-color: #CFCD6C; }
span { border-color: rgb(207,205,108); }
td.TdClassName
{
border-color: #CFCD6C;
}
.TagClassName
{
border-color: #CFCD6C;
}
</style>