Shades of Goldenrod #CFCE6A
Tints of Goldenrod #CFCE6A
RGB
CMYK
RGB Variations
Color information
#CFCE6A (or 0xCFCE6A) is known color: Goldenrod. HEX triplet: CF, CE and 6A. RGB value is (207,206,106). Sum of RGB (Red+Green+Blue) = 207+206+106=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE6A is #303195. Grayscale: #C3C3C3. Windows color (decimal): -3158422 or 6999759. OLE color: 6999759.
HSL color Cylindrical-coordinate representation of color #CFCE6A: hue angle of 59.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFCE6A is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 106 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.19 |
| HSL | 59.41º | 0.51% | 0.61% | - |
| HSV(B) | 59.41º | 0.49% | 0.81% | - |
| XYZ | 50.4 | 58.45 | 22.26 | - |
| YUV | 194.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 106 | 0 | 0.00 | 0.49 | 0.19 | 59.41 | 0.51 | 0.61 |
| Hex | CF | CE | 6A | 0 | 0 | 31 | 13 | 3B | 33 | 3D |
| Octal | 317 | 316 | 152 | 0 | 0 | 61 | 23 | 73 | 63 | 75 |
| Binary | 11001111 | 11001110 | 1101010 | 0 | 0 | 110001 | 10011 | 111011 | 110011 | 111101 |
Color Harmonies of #CFCE6A
Complementary color
Monochromatic Colors of #CFCE6A
Black with #CFCE6A
Text Example
Text Example
White with #CFCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE6A; }
p { color: rgb(207,206,106); }
H1.HeaderClassName
{
color: #CFCE6A;
}
.AnyTagClassName
{
color: #CFCE6A;
}
</style>
background-color css
<style>
a { background-color: #CFCE6A; }
a { background-color: rgb(207,206,106); }
div.DivClassName
{
background-color: #CFCE6A;
}
.BgClassName
{
background-color: #CFCE6A;
}
</style>
border-color css
<style>
span { border-color: #CFCE6A; }
span { border-color: rgb(207,206,106); }
td.TdClassName
{
border-color: #CFCE6A;
}
.TagClassName
{
border-color: #CFCE6A;
}
</style>