Shades of Goldenrod #CECF6C
Tints of Goldenrod #CECF6C
RGB
CMYK
RGB Variations
Color information
#CECF6C (or 0xCECF6C) is known color: Goldenrod. HEX triplet: CE, CF and 6C. RGB value is (206,207,108). Sum of RGB (Red+Green+Blue) = 206+207+108=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF6C is #313093. Grayscale: #C3C3C3. Windows color (decimal): -3223700 or 7131086. OLE color: 7131086.
HSL color Cylindrical-coordinate representation of color #CECF6C: hue angle of 60.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CECF6C is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 108 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.19 |
| HSL | 60.61º | 0.51% | 0.62% | - |
| HSV(B) | 60.61º | 0.48% | 0.81% | - |
| XYZ | 50.47 | 58.83 | 22.88 | - |
| YUV | 195.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 108 | 0.00 | 0 | 0.48 | 0.19 | 60.61 | 0.51 | 0.62 |
| Hex | CE | CF | 6C | 0 | 0 | 30 | 13 | 3D | 33 | 3E |
| Octal | 316 | 317 | 154 | 0 | 0 | 60 | 23 | 75 | 63 | 76 |
| Binary | 11001110 | 11001111 | 1101100 | 0 | 0 | 110000 | 10011 | 111101 | 110011 | 111110 |
Color Harmonies of #CECF6C
Complementary color
Monochromatic Colors of #CECF6C
Black with #CECF6C
Text Example
Text Example
White with #CECF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF6C; }
p { color: rgb(206,207,108); }
H1.HeaderClassName
{
color: #CECF6C;
}
.AnyTagClassName
{
color: #CECF6C;
}
</style>
background-color css
<style>
a { background-color: #CECF6C; }
a { background-color: rgb(206,207,108); }
div.DivClassName
{
background-color: #CECF6C;
}
.BgClassName
{
background-color: #CECF6C;
}
</style>
border-color css
<style>
span { border-color: #CECF6C; }
span { border-color: rgb(206,207,108); }
td.TdClassName
{
border-color: #CECF6C;
}
.TagClassName
{
border-color: #CECF6C;
}
</style>