Shades of Goldenrod #CECF6D
Tints of Goldenrod #CECF6D
RGB
CMYK
RGB Variations
Color information
#CECF6D (or 0xCECF6D) is known color: Goldenrod. HEX triplet: CE, CF and 6D. RGB value is (206,207,109). Sum of RGB (Red+Green+Blue) = 206+207+109=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF6D is #313092. Grayscale: #C3C3C3. Windows color (decimal): -3223699 or 7196622. OLE color: 7196622.
HSL color Cylindrical-coordinate representation of color #CECF6D: 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.47%. Process color model (Four color, CMYK) of #CECF6D is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 109 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.19 |
| HSL | 60.61º | 0.51% | 0.62% | - |
| HSV(B) | 60.61º | 0.47% | 0.81% | - |
| XYZ | 50.53 | 58.85 | 23.16 | - |
| YUV | 195.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 109 | 0.00 | 0 | 0.47 | 0.19 | 60.61 | 0.51 | 0.62 |
| Hex | CE | CF | 6D | 0 | 0 | 2F | 13 | 3D | 33 | 3E |
| Octal | 316 | 317 | 155 | 0 | 0 | 57 | 23 | 75 | 63 | 76 |
| Binary | 11001110 | 11001111 | 1101101 | 0 | 0 | 101111 | 10011 | 111101 | 110011 | 111110 |
Color Harmonies of #CECF6D
Complementary color
Monochromatic Colors of #CECF6D
Black with #CECF6D
Text Example
Text Example
White with #CECF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF6D; }
p { color: rgb(206,207,109); }
H1.HeaderClassName
{
color: #CECF6D;
}
.AnyTagClassName
{
color: #CECF6D;
}
</style>
background-color css
<style>
a { background-color: #CECF6D; }
a { background-color: rgb(206,207,109); }
div.DivClassName
{
background-color: #CECF6D;
}
.BgClassName
{
background-color: #CECF6D;
}
</style>
border-color css
<style>
span { border-color: #CECF6D; }
span { border-color: rgb(206,207,109); }
td.TdClassName
{
border-color: #CECF6D;
}
.TagClassName
{
border-color: #CECF6D;
}
</style>