Shades of Goldenrod #CECE68
Tints of Goldenrod #CECE68
RGB
CMYK
RGB Variations
Color information
#CECE68 (or 0xCECE68) is known color: Goldenrod. HEX triplet: CE, CE and 68. RGB value is (206,206,104). Sum of RGB (Red+Green+Blue) = 206+206+104=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE68 is #313197. Grayscale: #C2C2C2. Windows color (decimal): -3223960 or 6868686. OLE color: 6868686.
HSL color Cylindrical-coordinate representation of color #CECE68: hue angle of 60º degrees, saturation: 0.51, 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 #CECE68 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 104 | - |
| CMYK | 0 | 0 | 0.50 | 0.19 |
| HSL | 60º | 0.51% | 0.61% | - |
| HSV(B) | 60º | 0.5% | 0.81% | - |
| XYZ | 50.02 | 58.26 | 21.71 | - |
| YUV | 194.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 104 | 0 | 0 | 0.50 | 0.19 | 60 | 0.51 | 0.61 |
| Hex | CE | CE | 68 | 0 | 0 | 32 | 13 | 3C | 33 | 3D |
| Octal | 316 | 316 | 150 | 0 | 0 | 62 | 23 | 74 | 63 | 75 |
| Binary | 11001110 | 11001110 | 1101000 | 0 | 0 | 110010 | 10011 | 111100 | 110011 | 111101 |
Color Harmonies of #CECE68
Complementary color
Monochromatic Colors of #CECE68
Black with #CECE68
Text Example
Text Example
White with #CECE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE68; }
p { color: rgb(206,206,104); }
H1.HeaderClassName
{
color: #CECE68;
}
.AnyTagClassName
{
color: #CECE68;
}
</style>
background-color css
<style>
a { background-color: #CECE68; }
a { background-color: rgb(206,206,104); }
div.DivClassName
{
background-color: #CECE68;
}
.BgClassName
{
background-color: #CECE68;
}
</style>
border-color css
<style>
span { border-color: #CECE68; }
span { border-color: rgb(206,206,104); }
td.TdClassName
{
border-color: #CECE68;
}
.TagClassName
{
border-color: #CECE68;
}
</style>