Shades of Goldenrod #CED762
Tints of Goldenrod #CED762
RGB
CMYK
RGB Variations
Color information
#CED762 (or 0xCED762) is known color: Goldenrod. HEX triplet: CE, D7 and 62. RGB value is (206,215,98). Sum of RGB (Red+Green+Blue) = 206+215+98=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #CED762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED762 is #31289D. Grayscale: #C7C7C7. Windows color (decimal): -3221662 or 6477774. OLE color: 6477774.
HSL color Cylindrical-coordinate representation of color #CED762: hue angle of 64.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED762 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 98 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.16 |
| HSL | 64.62º | 0.59% | 0.61% | - |
| HSV(B) | 64.62º | 0.54% | 0.84% | - |
| XYZ | 51.96 | 62.6 | 20.9 | - |
| YUV | 198.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 98 | 0.04 | 0 | 0.54 | 0.16 | 64.62 | 0.59 | 0.61 |
| Hex | CE | D7 | 62 | 4 | 0 | 36 | 10 | 41 | 3B | 3D |
| Octal | 316 | 327 | 142 | 4 | 0 | 66 | 20 | 101 | 73 | 75 |
| Binary | 11001110 | 11010111 | 1100010 | 100 | 0 | 110110 | 10000 | 1000001 | 111011 | 111101 |
Color Harmonies of #CED762
Complementary color
Monochromatic Colors of #CED762
Black with #CED762
Text Example
Text Example
White with #CED762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED762; }
p { color: rgb(206,215,98); }
H1.HeaderClassName
{
color: #CED762;
}
.AnyTagClassName
{
color: #CED762;
}
</style>
background-color css
<style>
a { background-color: #CED762; }
a { background-color: rgb(206,215,98); }
div.DivClassName
{
background-color: #CED762;
}
.BgClassName
{
background-color: #CED762;
}
</style>
border-color css
<style>
span { border-color: #CED762; }
span { border-color: rgb(206,215,98); }
td.TdClassName
{
border-color: #CED762;
}
.TagClassName
{
border-color: #CED762;
}
</style>