Shades of Goldenrod #CFCF6B
Tints of Goldenrod #CFCF6B
RGB
CMYK
RGB Variations
Color information
#CFCF6B (or 0xCFCF6B) is known color: Goldenrod. HEX triplet: CF, CF and 6B. RGB value is (207,207,107). Sum of RGB (Red+Green+Blue) = 207+207+107=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF6B is #303094. Grayscale: #C4C4C4. Windows color (decimal): -3158165 or 7065551. OLE color: 7065551.
HSL color Cylindrical-coordinate representation of color #CFCF6B: 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.48%. Process color model (Four color, CMYK) of #CFCF6B is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 107 | - |
| CMYK | 0 | 0 | 0.48 | 0.19 |
| HSL | 60º | 0.51% | 0.62% | - |
| HSV(B) | 60º | 0.48% | 0.81% | - |
| XYZ | 50.7 | 58.95 | 22.62 | - |
| YUV | 195.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 107 | 0 | 0 | 0.48 | 0.19 | 60 | 0.51 | 0.62 |
| Hex | CF | CF | 6B | 0 | 0 | 30 | 13 | 3C | 33 | 3E |
| Octal | 317 | 317 | 153 | 0 | 0 | 60 | 23 | 74 | 63 | 76 |
| Binary | 11001111 | 11001111 | 1101011 | 0 | 0 | 110000 | 10011 | 111100 | 110011 | 111110 |
Color Harmonies of #CFCF6B
Complementary color
Monochromatic Colors of #CFCF6B
Black with #CFCF6B
Text Example
Text Example
White with #CFCF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF6B; }
p { color: rgb(207,207,107); }
H1.HeaderClassName
{
color: #CFCF6B;
}
.AnyTagClassName
{
color: #CFCF6B;
}
</style>
background-color css
<style>
a { background-color: #CFCF6B; }
a { background-color: rgb(207,207,107); }
div.DivClassName
{
background-color: #CFCF6B;
}
.BgClassName
{
background-color: #CFCF6B;
}
</style>
border-color css
<style>
span { border-color: #CFCF6B; }
span { border-color: rgb(207,207,107); }
td.TdClassName
{
border-color: #CFCF6B;
}
.TagClassName
{
border-color: #CFCF6B;
}
</style>