Shades of Goldenrod #CED66D
Tints of Goldenrod #CED66D
RGB
CMYK
RGB Variations
Color information
#CED66D (or 0xCED66D) is known color: Goldenrod. HEX triplet: CE, D6 and 6D. RGB value is (206,214,109). Sum of RGB (Red+Green+Blue) = 206+214+109=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #CED66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED66D is #312992. Grayscale: #C8C8C8. Windows color (decimal): -3221907 or 7198414. OLE color: 7198414.
HSL color Cylindrical-coordinate representation of color #CED66D: hue angle of 64.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CED66D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 109 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.16 |
| HSL | 64.57º | 0.56% | 0.63% | - |
| HSV(B) | 64.57º | 0.49% | 0.84% | - |
| XYZ | 52.26 | 62.32 | 23.74 | - |
| YUV | 199.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 109 | 0.04 | 0 | 0.49 | 0.16 | 64.57 | 0.56 | 0.63 |
| Hex | CE | D6 | 6D | 4 | 0 | 31 | 10 | 41 | 38 | 3F |
| Octal | 316 | 326 | 155 | 4 | 0 | 61 | 20 | 101 | 70 | 77 |
| Binary | 11001110 | 11010110 | 1101101 | 100 | 0 | 110001 | 10000 | 1000001 | 111000 | 111111 |
Color Harmonies of #CED66D
Complementary color
Monochromatic Colors of #CED66D
Black with #CED66D
Text Example
Text Example
White with #CED66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED66D; }
p { color: rgb(206,214,109); }
H1.HeaderClassName
{
color: #CED66D;
}
.AnyTagClassName
{
color: #CED66D;
}
</style>
background-color css
<style>
a { background-color: #CED66D; }
a { background-color: rgb(206,214,109); }
div.DivClassName
{
background-color: #CED66D;
}
.BgClassName
{
background-color: #CED66D;
}
</style>
border-color css
<style>
span { border-color: #CED66D; }
span { border-color: rgb(206,214,109); }
td.TdClassName
{
border-color: #CED66D;
}
.TagClassName
{
border-color: #CED66D;
}
</style>