Shades of Goldenrod #CECC6D
Tints of Goldenrod #CECC6D
RGB
CMYK
RGB Variations
Color information
#CECC6D (or 0xCECC6D) is known color: Goldenrod. HEX triplet: CE, CC and 6D. RGB value is (206,204,109). Sum of RGB (Red+Green+Blue) = 206+204+109=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC6D is #313392. Grayscale: #C2C2C2. Windows color (decimal): -3224467 or 7195854. OLE color: 7195854.
HSL color Cylindrical-coordinate representation of color #CECC6D: hue angle of 58.76º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CECC6D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 109 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.19 |
| HSL | 58.76º | 0.5% | 0.62% | - |
| HSV(B) | 58.76º | 0.47% | 0.81% | - |
| XYZ | 49.81 | 57.41 | 22.92 | - |
| YUV | 193.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 109 | 0 | 0.01 | 0.47 | 0.19 | 58.76 | 0.5 | 0.62 |
| Hex | CE | CC | 6D | 0 | 1 | 2F | 13 | 3B | 32 | 3E |
| Octal | 316 | 314 | 155 | 0 | 1 | 57 | 23 | 73 | 62 | 76 |
| Binary | 11001110 | 11001100 | 1101101 | 0 | 1 | 101111 | 10011 | 111011 | 110010 | 111110 |
Color Harmonies of #CECC6D
Complementary color
Monochromatic Colors of #CECC6D
Black with #CECC6D
Text Example
Text Example
White with #CECC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC6D; }
p { color: rgb(206,204,109); }
H1.HeaderClassName
{
color: #CECC6D;
}
.AnyTagClassName
{
color: #CECC6D;
}
</style>
background-color css
<style>
a { background-color: #CECC6D; }
a { background-color: rgb(206,204,109); }
div.DivClassName
{
background-color: #CECC6D;
}
.BgClassName
{
background-color: #CECC6D;
}
</style>
border-color css
<style>
span { border-color: #CECC6D; }
span { border-color: rgb(206,204,109); }
td.TdClassName
{
border-color: #CECC6D;
}
.TagClassName
{
border-color: #CECC6D;
}
</style>