Shades of Goldenrod #CED972
Tints of Goldenrod #CED972
RGB
CMYK
RGB Variations
Color information
#CED972 (or 0xCED972) is known color: Goldenrod. HEX triplet: CE, D9 and 72. RGB value is (206,217,114). Sum of RGB (Red+Green+Blue) = 206+217+114=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #CED972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED972 is #31268D. Grayscale: #CACACA. Windows color (decimal): -3221134 or 7526862. OLE color: 7526862.
HSL color Cylindrical-coordinate representation of color #CED972: hue angle of 66.41º degrees, saturation: 0.58, 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 #CED972 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 114 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.15 |
| HSL | 66.41º | 0.58% | 0.65% | - |
| HSV(B) | 66.41º | 0.47% | 0.85% | - |
| XYZ | 53.3 | 63.96 | 25.46 | - |
| YUV | 201.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 114 | 0.05 | 0 | 0.47 | 0.15 | 66.41 | 0.58 | 0.65 |
| Hex | CE | D9 | 72 | 5 | 0 | 2F | F | 42 | 3A | 41 |
| Octal | 316 | 331 | 162 | 5 | 0 | 57 | 17 | 102 | 72 | 101 |
| Binary | 11001110 | 11011001 | 1110010 | 101 | 0 | 101111 | 1111 | 1000010 | 111010 | 1000001 |
Color Harmonies of #CED972
Complementary color
Monochromatic Colors of #CED972
Black with #CED972
Text Example
Text Example
White with #CED972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED972; }
p { color: rgb(206,217,114); }
H1.HeaderClassName
{
color: #CED972;
}
.AnyTagClassName
{
color: #CED972;
}
</style>
background-color css
<style>
a { background-color: #CED972; }
a { background-color: rgb(206,217,114); }
div.DivClassName
{
background-color: #CED972;
}
.BgClassName
{
background-color: #CED972;
}
</style>
border-color css
<style>
span { border-color: #CED972; }
span { border-color: rgb(206,217,114); }
td.TdClassName
{
border-color: #CED972;
}
.TagClassName
{
border-color: #CED972;
}
</style>