Shades of Goldenrod #CECE6D
Tints of Goldenrod #CECE6D
RGB
CMYK
RGB Variations
Color information
#CECE6D (or 0xCECE6D) is known color: Goldenrod. HEX triplet: CE, CE and 6D. RGB value is (206,206,109). Sum of RGB (Red+Green+Blue) = 206+206+109=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE6D is #313192. Grayscale: #C3C3C3. Windows color (decimal): -3223955 or 7196366. OLE color: 7196366.
HSL color Cylindrical-coordinate representation of color #CECE6D: hue angle of 60º 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 #CECE6D is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 109 | - |
CMYK | 0 | 0 | 0.47 | 0.19 |
HSL | 60º | 0.5% | 0.62% | - |
HSV(B) | 60º | 0.47% | 0.81% | - |
XYZ | 50.29 | 58.37 | 23.08 | - |
YUV | 194.94 | 79.5 | 135.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 109 | 0 | 0 | 0.47 | 0.19 | 60 | 0.5 | 0.62 |
Hex | CE | CE | 6D | 0 | 0 | 2F | 13 | 3C | 32 | 3E |
Octal | 316 | 316 | 155 | 0 | 0 | 57 | 23 | 74 | 62 | 76 |
Binary | 11001110 | 11001110 | 1101101 | 0 | 0 | 101111 | 10011 | 111100 | 110010 | 111110 |
Color Harmonies of #CECE6D
Complementary color
Monochromatic Colors of #CECE6D
Black with #CECE6D
Text Example
Text Example
White with #CECE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE6D; }
p { color: rgb(206,206,109); }
H1.HeaderClassName
{
color: #CECE6D;
}
.AnyTagClassName
{
color: #CECE6D;
}
</style>
background-color css
<style>
a { background-color: #CECE6D; }
a { background-color: rgb(206,206,109); }
div.DivClassName
{
background-color: #CECE6D;
}
.BgClassName
{
background-color: #CECE6D;
}
</style>
border-color css
<style>
span { border-color: #CECE6D; }
span { border-color: rgb(206,206,109); }
td.TdClassName
{
border-color: #CECE6D;
}
.TagClassName
{
border-color: #CECE6D;
}
</style>