Shades of Goldenrod #CFCE67
Tints of Goldenrod #CFCE67
RGB
CMYK
RGB Variations
Color information
#CFCE67 (or 0xCFCE67) is known color: Goldenrod. HEX triplet: CF, CE and 67. RGB value is (207,206,103). Sum of RGB (Red+Green+Blue) = 207+206+103=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE67 is #303198. Grayscale: #C2C2C2. Windows color (decimal): -3158425 or 6803151. OLE color: 6803151.
HSL color Cylindrical-coordinate representation of color #CFCE67: hue angle of 59.42º 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 #CFCE67 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 103 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.19 |
| HSL | 59.42º | 0.52% | 0.61% | - |
| HSV(B) | 59.42º | 0.5% | 0.81% | - |
| XYZ | 50.25 | 58.39 | 21.45 | - |
| YUV | 194.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 103 | 0 | 0.00 | 0.50 | 0.19 | 59.42 | 0.52 | 0.61 |
| Hex | CF | CE | 67 | 0 | 0 | 32 | 13 | 3B | 34 | 3D |
| Octal | 317 | 316 | 147 | 0 | 0 | 62 | 23 | 73 | 64 | 75 |
| Binary | 11001111 | 11001110 | 1100111 | 0 | 0 | 110010 | 10011 | 111011 | 110100 | 111101 |
Color Harmonies of #CFCE67
Complementary color
Monochromatic Colors of #CFCE67
Black with #CFCE67
Text Example
Text Example
White with #CFCE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE67; }
p { color: rgb(207,206,103); }
H1.HeaderClassName
{
color: #CFCE67;
}
.AnyTagClassName
{
color: #CFCE67;
}
</style>
background-color css
<style>
a { background-color: #CFCE67; }
a { background-color: rgb(207,206,103); }
div.DivClassName
{
background-color: #CFCE67;
}
.BgClassName
{
background-color: #CFCE67;
}
</style>
border-color css
<style>
span { border-color: #CFCE67; }
span { border-color: rgb(207,206,103); }
td.TdClassName
{
border-color: #CFCE67;
}
.TagClassName
{
border-color: #CFCE67;
}
</style>