Shades of Goldenrod #CED772
Tints of Goldenrod #CED772
RGB
CMYK
RGB Variations
Color information
#CED772 (or 0xCED772) is known color: Goldenrod. HEX triplet: CE, D7 and 72. RGB value is (206,215,114). Sum of RGB (Red+Green+Blue) = 206+215+114=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #CED772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED772 is #31288D. Grayscale: #C9C9C9. Windows color (decimal): -3221646 or 7526350. OLE color: 7526350.
HSL color Cylindrical-coordinate representation of color #CED772: hue angle of 65.35º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED772 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 114 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.16 |
| HSL | 65.35º | 0.56% | 0.65% | - |
| HSV(B) | 65.35º | 0.47% | 0.84% | - |
| XYZ | 52.79 | 62.94 | 25.29 | - |
| YUV | 200.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 114 | 0.04 | 0 | 0.47 | 0.16 | 65.35 | 0.56 | 0.65 |
| Hex | CE | D7 | 72 | 4 | 0 | 2F | 10 | 41 | 38 | 41 |
| Octal | 316 | 327 | 162 | 4 | 0 | 57 | 20 | 101 | 70 | 101 |
| Binary | 11001110 | 11010111 | 1110010 | 100 | 0 | 101111 | 10000 | 1000001 | 111000 | 1000001 |
Color Harmonies of #CED772
Complementary color
Monochromatic Colors of #CED772
Black with #CED772
Text Example
Text Example
White with #CED772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED772; }
p { color: rgb(206,215,114); }
H1.HeaderClassName
{
color: #CED772;
}
.AnyTagClassName
{
color: #CED772;
}
</style>
background-color css
<style>
a { background-color: #CED772; }
a { background-color: rgb(206,215,114); }
div.DivClassName
{
background-color: #CED772;
}
.BgClassName
{
background-color: #CED772;
}
</style>
border-color css
<style>
span { border-color: #CED772; }
span { border-color: rgb(206,215,114); }
td.TdClassName
{
border-color: #CED772;
}
.TagClassName
{
border-color: #CED772;
}
</style>