Shades of Goldenrod #CFCC67
Tints of Goldenrod #CFCC67
RGB
CMYK
RGB Variations
Color information
#CFCC67 (or 0xCFCC67) is known color: Goldenrod. HEX triplet: CF, CC and 67. RGB value is (207,204,103). Sum of RGB (Red+Green+Blue) = 207+204+103=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC67 is #303398. Grayscale: #C1C1C1. Windows color (decimal): -3158937 or 6802639. OLE color: 6802639.
HSL color Cylindrical-coordinate representation of color #CFCC67: hue angle of 58.27º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFCC67 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 103 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.19 |
| HSL | 58.27º | 0.52% | 0.61% | - |
| HSV(B) | 58.27º | 0.5% | 0.81% | - |
| XYZ | 49.77 | 57.43 | 21.29 | - |
| YUV | 193.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 103 | 0 | 0.01 | 0.50 | 0.19 | 58.27 | 0.52 | 0.61 |
| Hex | CF | CC | 67 | 0 | 1 | 32 | 13 | 3A | 34 | 3D |
| Octal | 317 | 314 | 147 | 0 | 1 | 62 | 23 | 72 | 64 | 75 |
| Binary | 11001111 | 11001100 | 1100111 | 0 | 1 | 110010 | 10011 | 111010 | 110100 | 111101 |
Color Harmonies of #CFCC67
Complementary color
Monochromatic Colors of #CFCC67
Black with #CFCC67
Text Example
Text Example
White with #CFCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC67; }
p { color: rgb(207,204,103); }
H1.HeaderClassName
{
color: #CFCC67;
}
.AnyTagClassName
{
color: #CFCC67;
}
</style>
background-color css
<style>
a { background-color: #CFCC67; }
a { background-color: rgb(207,204,103); }
div.DivClassName
{
background-color: #CFCC67;
}
.BgClassName
{
background-color: #CFCC67;
}
</style>
border-color css
<style>
span { border-color: #CFCC67; }
span { border-color: rgb(207,204,103); }
td.TdClassName
{
border-color: #CFCC67;
}
.TagClassName
{
border-color: #CFCC67;
}
</style>