Shades of Goldenrod #CECE6A
Tints of Goldenrod #CECE6A
RGB
CMYK
RGB Variations
Color information
#CECE6A (or 0xCECE6A) is known color: Goldenrod. HEX triplet: CE, CE and 6A. RGB value is (206,206,106). Sum of RGB (Red+Green+Blue) = 206+206+106=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE6A is #313195. Grayscale: #C2C2C2. Windows color (decimal): -3223958 or 6999758. OLE color: 6999758.
HSL color Cylindrical-coordinate representation of color #CECE6A: 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.49%. Process color model (Four color, CMYK) of #CECE6A is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 106 | - |
| CMYK | 0 | 0 | 0.49 | 0.19 |
| HSL | 60º | 0.51% | 0.61% | - |
| HSV(B) | 60º | 0.49% | 0.81% | - |
| XYZ | 50.13 | 58.31 | 22.25 | - |
| YUV | 194.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 106 | 0 | 0 | 0.49 | 0.19 | 60 | 0.51 | 0.61 |
| Hex | CE | CE | 6A | 0 | 0 | 31 | 13 | 3C | 33 | 3D |
| Octal | 316 | 316 | 152 | 0 | 0 | 61 | 23 | 74 | 63 | 75 |
| Binary | 11001110 | 11001110 | 1101010 | 0 | 0 | 110001 | 10011 | 111100 | 110011 | 111101 |
Color Harmonies of #CECE6A
Complementary color
Monochromatic Colors of #CECE6A
Black with #CECE6A
Text Example
Text Example
White with #CECE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE6A; }
p { color: rgb(206,206,106); }
H1.HeaderClassName
{
color: #CECE6A;
}
.AnyTagClassName
{
color: #CECE6A;
}
</style>
background-color css
<style>
a { background-color: #CECE6A; }
a { background-color: rgb(206,206,106); }
div.DivClassName
{
background-color: #CECE6A;
}
.BgClassName
{
background-color: #CECE6A;
}
</style>
border-color css
<style>
span { border-color: #CECE6A; }
span { border-color: rgb(206,206,106); }
td.TdClassName
{
border-color: #CECE6A;
}
.TagClassName
{
border-color: #CECE6A;
}
</style>