Shades of Goldenrod #CED973
Tints of Goldenrod #CED973
RGB
CMYK
RGB Variations
Color information
#CED973 (or 0xCED973) is known color: Goldenrod. HEX triplet: CE, D9 and 73. RGB value is (206,217,115). Sum of RGB (Red+Green+Blue) = 206+217+115=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #CED973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED973 is #31268C. Grayscale: #CACACA. Windows color (decimal): -3221133 or 7592398. OLE color: 7592398.
HSL color Cylindrical-coordinate representation of color #CED973: hue angle of 66.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED973 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 115 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.15 |
| HSL | 66.47º | 0.57% | 0.65% | - |
| HSV(B) | 66.47º | 0.47% | 0.85% | - |
| XYZ | 53.36 | 63.99 | 25.76 | - |
| YUV | 202.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 115 | 0.05 | 0 | 0.47 | 0.15 | 66.47 | 0.57 | 0.65 |
| Hex | CE | D9 | 73 | 5 | 0 | 2F | F | 42 | 39 | 41 |
| Octal | 316 | 331 | 163 | 5 | 0 | 57 | 17 | 102 | 71 | 101 |
| Binary | 11001110 | 11011001 | 1110011 | 101 | 0 | 101111 | 1111 | 1000010 | 111001 | 1000001 |
Color Harmonies of #CED973
Complementary color
Monochromatic Colors of #CED973
Black with #CED973
Text Example
Text Example
White with #CED973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED973; }
p { color: rgb(206,217,115); }
H1.HeaderClassName
{
color: #CED973;
}
.AnyTagClassName
{
color: #CED973;
}
</style>
background-color css
<style>
a { background-color: #CED973; }
a { background-color: rgb(206,217,115); }
div.DivClassName
{
background-color: #CED973;
}
.BgClassName
{
background-color: #CED973;
}
</style>
border-color css
<style>
span { border-color: #CED973; }
span { border-color: rgb(206,217,115); }
td.TdClassName
{
border-color: #CED973;
}
.TagClassName
{
border-color: #CED973;
}
</style>