Shades of Goldenrod #CED664
Tints of Goldenrod #CED664
RGB
CMYK
RGB Variations
Color information
#CED664 (or 0xCED664) is known color: Goldenrod. HEX triplet: CE, D6 and 64. RGB value is (206,214,100). Sum of RGB (Red+Green+Blue) = 206+214+100=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #CED664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED664 is #31299B. Grayscale: #C7C7C7. Windows color (decimal): -3221916 or 6608590. OLE color: 6608590.
HSL color Cylindrical-coordinate representation of color #CED664: hue angle of 64.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED664 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 100 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.16 |
| HSL | 64.21º | 0.58% | 0.62% | - |
| HSV(B) | 64.21º | 0.53% | 0.84% | - |
| XYZ | 51.8 | 62.14 | 21.32 | - |
| YUV | 198.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 100 | 0.04 | 0 | 0.53 | 0.16 | 64.21 | 0.58 | 0.62 |
| Hex | CE | D6 | 64 | 4 | 0 | 35 | 10 | 40 | 3A | 3E |
| Octal | 316 | 326 | 144 | 4 | 0 | 65 | 20 | 100 | 72 | 76 |
| Binary | 11001110 | 11010110 | 1100100 | 100 | 0 | 110101 | 10000 | 1000000 | 111010 | 111110 |
Color Harmonies of #CED664
Complementary color
Monochromatic Colors of #CED664
Black with #CED664
Text Example
Text Example
White with #CED664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED664; }
p { color: rgb(206,214,100); }
H1.HeaderClassName
{
color: #CED664;
}
.AnyTagClassName
{
color: #CED664;
}
</style>
background-color css
<style>
a { background-color: #CED664; }
a { background-color: rgb(206,214,100); }
div.DivClassName
{
background-color: #CED664;
}
.BgClassName
{
background-color: #CED664;
}
</style>
border-color css
<style>
span { border-color: #CED664; }
span { border-color: rgb(206,214,100); }
td.TdClassName
{
border-color: #CED664;
}
.TagClassName
{
border-color: #CED664;
}
</style>