Shades of Goldenrod #CECD6E
Tints of Goldenrod #CECD6E
RGB
CMYK
RGB Variations
Color information
#CECD6E (or 0xCECD6E) is known color: Goldenrod. HEX triplet: CE, CD and 6E. RGB value is (206,205,110). Sum of RGB (Red+Green+Blue) = 206+205+110=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD6E is #313291. Grayscale: #C2C2C2. Windows color (decimal): -3224210 or 7261646. OLE color: 7261646.
HSL color Cylindrical-coordinate representation of color #CECD6E: hue angle of 59.38º degrees, saturation: 0.49, 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 #CECD6E is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 110 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.19 |
| HSL | 59.38º | 0.49% | 0.62% | - |
| HSV(B) | 59.38º | 0.47% | 0.81% | - |
| XYZ | 50.1 | 57.91 | 23.29 | - |
| YUV | 194.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 110 | 0 | 0.00 | 0.47 | 0.19 | 59.38 | 0.49 | 0.62 |
| Hex | CE | CD | 6E | 0 | 0 | 2F | 13 | 3B | 31 | 3E |
| Octal | 316 | 315 | 156 | 0 | 0 | 57 | 23 | 73 | 61 | 76 |
| Binary | 11001110 | 11001101 | 1101110 | 0 | 0 | 101111 | 10011 | 111011 | 110001 | 111110 |
Color Harmonies of #CECD6E
Complementary color
Monochromatic Colors of #CECD6E
Black with #CECD6E
Text Example
Text Example
White with #CECD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD6E; }
p { color: rgb(206,205,110); }
H1.HeaderClassName
{
color: #CECD6E;
}
.AnyTagClassName
{
color: #CECD6E;
}
</style>
background-color css
<style>
a { background-color: #CECD6E; }
a { background-color: rgb(206,205,110); }
div.DivClassName
{
background-color: #CECD6E;
}
.BgClassName
{
background-color: #CECD6E;
}
</style>
border-color css
<style>
span { border-color: #CECD6E; }
span { border-color: rgb(206,205,110); }
td.TdClassName
{
border-color: #CECD6E;
}
.TagClassName
{
border-color: #CECD6E;
}
</style>