Shades of Goldenrod #CFCC6B
Tints of Goldenrod #CFCC6B
RGB
CMYK
RGB Variations
Color information
#CFCC6B (or 0xCFCC6B) is known color: Goldenrod. HEX triplet: CF, CC and 6B. RGB value is (207,204,107). Sum of RGB (Red+Green+Blue) = 207+204+107=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC6B is #303394. Grayscale: #C2C2C2. Windows color (decimal): -3158933 or 7064783. OLE color: 7064783.
HSL color Cylindrical-coordinate representation of color #CFCC6B: hue angle of 58.2º 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 #CFCC6B is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 107 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.19 |
| HSL | 58.2º | 0.51% | 0.62% | - |
| HSV(B) | 58.2º | 0.48% | 0.81% | - |
| XYZ | 49.98 | 57.51 | 22.38 | - |
| YUV | 193.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 107 | 0 | 0.01 | 0.48 | 0.19 | 58.2 | 0.51 | 0.62 |
| Hex | CF | CC | 6B | 0 | 1 | 30 | 13 | 3A | 33 | 3E |
| Octal | 317 | 314 | 153 | 0 | 1 | 60 | 23 | 72 | 63 | 76 |
| Binary | 11001111 | 11001100 | 1101011 | 0 | 1 | 110000 | 10011 | 111010 | 110011 | 111110 |
Color Harmonies of #CFCC6B
Complementary color
Monochromatic Colors of #CFCC6B
Black with #CFCC6B
Text Example
Text Example
White with #CFCC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC6B; }
p { color: rgb(207,204,107); }
H1.HeaderClassName
{
color: #CFCC6B;
}
.AnyTagClassName
{
color: #CFCC6B;
}
</style>
background-color css
<style>
a { background-color: #CFCC6B; }
a { background-color: rgb(207,204,107); }
div.DivClassName
{
background-color: #CFCC6B;
}
.BgClassName
{
background-color: #CFCC6B;
}
</style>
border-color css
<style>
span { border-color: #CFCC6B; }
span { border-color: rgb(207,204,107); }
td.TdClassName
{
border-color: #CFCC6B;
}
.TagClassName
{
border-color: #CFCC6B;
}
</style>