Shades of Goldenrod #CED962
Tints of Goldenrod #CED962
RGB
CMYK
RGB Variations
Color information
#CED962 (or 0xCED962) is known color: Goldenrod. HEX triplet: CE, D9 and 62. RGB value is (206,217,98). Sum of RGB (Red+Green+Blue) = 206+217+98=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #CED962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED962 is #31269D. Grayscale: #C8C8C8. Windows color (decimal): -3221150 or 6478286. OLE color: 6478286.
HSL color Cylindrical-coordinate representation of color #CED962: hue angle of 65.55º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED962 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 98 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.15 |
| HSL | 65.55º | 0.61% | 0.62% | - |
| HSV(B) | 65.55º | 0.55% | 0.85% | - |
| XYZ | 52.47 | 63.63 | 21.07 | - |
| YUV | 200.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 98 | 0.05 | 0 | 0.55 | 0.15 | 65.55 | 0.61 | 0.62 |
| Hex | CE | D9 | 62 | 5 | 0 | 37 | F | 42 | 3D | 3E |
| Octal | 316 | 331 | 142 | 5 | 0 | 67 | 17 | 102 | 75 | 76 |
| Binary | 11001110 | 11011001 | 1100010 | 101 | 0 | 110111 | 1111 | 1000010 | 111101 | 111110 |
Color Harmonies of #CED962
Complementary color
Monochromatic Colors of #CED962
Black with #CED962
Text Example
Text Example
White with #CED962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED962; }
p { color: rgb(206,217,98); }
H1.HeaderClassName
{
color: #CED962;
}
.AnyTagClassName
{
color: #CED962;
}
</style>
background-color css
<style>
a { background-color: #CED962; }
a { background-color: rgb(206,217,98); }
div.DivClassName
{
background-color: #CED962;
}
.BgClassName
{
background-color: #CED962;
}
</style>
border-color css
<style>
span { border-color: #CED962; }
span { border-color: rgb(206,217,98); }
td.TdClassName
{
border-color: #CED962;
}
.TagClassName
{
border-color: #CED962;
}
</style>