Shades of Goldenrod #CED773
Tints of Goldenrod #CED773
RGB
CMYK
RGB Variations
Color information
#CED773 (or 0xCED773) is known color: Goldenrod. HEX triplet: CE, D7 and 73. RGB value is (206,215,115). Sum of RGB (Red+Green+Blue) = 206+215+115=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #CED773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED773 is #31288C. Grayscale: #C9C9C9. Windows color (decimal): -3221645 or 7591886. OLE color: 7591886.
HSL color Cylindrical-coordinate representation of color #CED773: hue angle of 65.4º 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 #CED773 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 115 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.16 |
| HSL | 65.4º | 0.56% | 0.65% | - |
| HSV(B) | 65.4º | 0.47% | 0.84% | - |
| XYZ | 52.85 | 62.96 | 25.59 | - |
| YUV | 200.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 115 | 0.04 | 0 | 0.47 | 0.16 | 65.4 | 0.56 | 0.65 |
| Hex | CE | D7 | 73 | 4 | 0 | 2F | 10 | 41 | 38 | 41 |
| Octal | 316 | 327 | 163 | 4 | 0 | 57 | 20 | 101 | 70 | 101 |
| Binary | 11001110 | 11010111 | 1110011 | 100 | 0 | 101111 | 10000 | 1000001 | 111000 | 1000001 |
Color Harmonies of #CED773
Complementary color
Monochromatic Colors of #CED773
Black with #CED773
Text Example
Text Example
White with #CED773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED773; }
p { color: rgb(206,215,115); }
H1.HeaderClassName
{
color: #CED773;
}
.AnyTagClassName
{
color: #CED773;
}
</style>
background-color css
<style>
a { background-color: #CED773; }
a { background-color: rgb(206,215,115); }
div.DivClassName
{
background-color: #CED773;
}
.BgClassName
{
background-color: #CED773;
}
</style>
border-color css
<style>
span { border-color: #CED773; }
span { border-color: rgb(206,215,115); }
td.TdClassName
{
border-color: #CED773;
}
.TagClassName
{
border-color: #CED773;
}
</style>