Shades of Goldenrod #CED672
Tints of Goldenrod #CED672
RGB
CMYK
RGB Variations
Color information
#CED672 (or 0xCED672) is known color: Goldenrod. HEX triplet: CE, D6 and 72. RGB value is (206,214,114). Sum of RGB (Red+Green+Blue) = 206+214+114=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #CED672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED672 is #31298D. Grayscale: #C8C8C8. Windows color (decimal): -3221902 or 7526094. OLE color: 7526094.
HSL color Cylindrical-coordinate representation of color #CED672: hue angle of 64.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED672 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 114 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.16 |
| HSL | 64.8º | 0.55% | 0.64% | - |
| HSV(B) | 64.8º | 0.47% | 0.84% | - |
| XYZ | 52.54 | 62.43 | 25.2 | - |
| YUV | 200.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 114 | 0.04 | 0 | 0.47 | 0.16 | 64.8 | 0.55 | 0.64 |
| Hex | CE | D6 | 72 | 4 | 0 | 2F | 10 | 41 | 37 | 40 |
| Octal | 316 | 326 | 162 | 4 | 0 | 57 | 20 | 101 | 67 | 100 |
| Binary | 11001110 | 11010110 | 1110010 | 100 | 0 | 101111 | 10000 | 1000001 | 110111 | 1000000 |
Color Harmonies of #CED672
Complementary color
Monochromatic Colors of #CED672
Black with #CED672
Text Example
Text Example
White with #CED672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED672; }
p { color: rgb(206,214,114); }
H1.HeaderClassName
{
color: #CED672;
}
.AnyTagClassName
{
color: #CED672;
}
</style>
background-color css
<style>
a { background-color: #CED672; }
a { background-color: rgb(206,214,114); }
div.DivClassName
{
background-color: #CED672;
}
.BgClassName
{
background-color: #CED672;
}
</style>
border-color css
<style>
span { border-color: #CED672; }
span { border-color: rgb(206,214,114); }
td.TdClassName
{
border-color: #CED672;
}
.TagClassName
{
border-color: #CED672;
}
</style>