Shades of Goldenrod #CECE6F
Tints of Goldenrod #CECE6F
RGB
CMYK
RGB Variations
Color information
#CECE6F (or 0xCECE6F) is known color: Goldenrod. HEX triplet: CE, CE and 6F. RGB value is (206,206,111). Sum of RGB (Red+Green+Blue) = 206+206+111=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE6F is #313190. Grayscale: #C3C3C3. Windows color (decimal): -3223953 or 7327438. OLE color: 7327438.
HSL color Cylindrical-coordinate representation of color #CECE6F: hue angle of 60º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CECE6F is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 111 | - |
| CMYK | 0 | 0 | 0.46 | 0.19 |
| HSL | 60º | 0.49% | 0.62% | - |
| HSV(B) | 60º | 0.46% | 0.81% | - |
| XYZ | 50.39 | 58.41 | 23.66 | - |
| YUV | 195.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 111 | 0 | 0 | 0.46 | 0.19 | 60 | 0.49 | 0.62 |
| Hex | CE | CE | 6F | 0 | 0 | 2E | 13 | 3C | 31 | 3E |
| Octal | 316 | 316 | 157 | 0 | 0 | 56 | 23 | 74 | 61 | 76 |
| Binary | 11001110 | 11001110 | 1101111 | 0 | 0 | 101110 | 10011 | 111100 | 110001 | 111110 |
Color Harmonies of #CECE6F
Complementary color
Monochromatic Colors of #CECE6F
Black with #CECE6F
Text Example
Text Example
White with #CECE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE6F; }
p { color: rgb(206,206,111); }
H1.HeaderClassName
{
color: #CECE6F;
}
.AnyTagClassName
{
color: #CECE6F;
}
</style>
background-color css
<style>
a { background-color: #CECE6F; }
a { background-color: rgb(206,206,111); }
div.DivClassName
{
background-color: #CECE6F;
}
.BgClassName
{
background-color: #CECE6F;
}
</style>
border-color css
<style>
span { border-color: #CECE6F; }
span { border-color: rgb(206,206,111); }
td.TdClassName
{
border-color: #CECE6F;
}
.TagClassName
{
border-color: #CECE6F;
}
</style>