Shades of Goldenrod #CED764
Tints of Goldenrod #CED764
RGB
CMYK
RGB Variations
Color information
#CED764 (or 0xCED764) is known color: Goldenrod. HEX triplet: CE, D7 and 64. RGB value is (206,215,100). Sum of RGB (Red+Green+Blue) = 206+215+100=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #CED764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED764 is #31289B. Grayscale: #C7C7C7. Windows color (decimal): -3221660 or 6608846. OLE color: 6608846.
HSL color Cylindrical-coordinate representation of color #CED764: hue angle of 64.7º degrees, saturation: 0.59, 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 #CED764 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 100 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.16 |
| HSL | 64.7º | 0.59% | 0.62% | - |
| HSV(B) | 64.7º | 0.53% | 0.84% | - |
| XYZ | 52.05 | 62.64 | 21.4 | - |
| YUV | 199.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 100 | 0.04 | 0 | 0.53 | 0.16 | 64.7 | 0.59 | 0.62 |
| Hex | CE | D7 | 64 | 4 | 0 | 35 | 10 | 41 | 3B | 3E |
| Octal | 316 | 327 | 144 | 4 | 0 | 65 | 20 | 101 | 73 | 76 |
| Binary | 11001110 | 11010111 | 1100100 | 100 | 0 | 110101 | 10000 | 1000001 | 111011 | 111110 |
Color Harmonies of #CED764
Complementary color
Monochromatic Colors of #CED764
Black with #CED764
Text Example
Text Example
White with #CED764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED764; }
p { color: rgb(206,215,100); }
H1.HeaderClassName
{
color: #CED764;
}
.AnyTagClassName
{
color: #CED764;
}
</style>
background-color css
<style>
a { background-color: #CED764; }
a { background-color: rgb(206,215,100); }
div.DivClassName
{
background-color: #CED764;
}
.BgClassName
{
background-color: #CED764;
}
</style>
border-color css
<style>
span { border-color: #CED764; }
span { border-color: rgb(206,215,100); }
td.TdClassName
{
border-color: #CED764;
}
.TagClassName
{
border-color: #CED764;
}
</style>