Shades of Goldenrod #CED470
Tints of Goldenrod #CED470
RGB
CMYK
RGB Variations
Color information
#CED470 (or 0xCED470) is known color: Goldenrod. HEX triplet: CE, D4 and 70. RGB value is (206,212,112). Sum of RGB (Red+Green+Blue) = 206+212+112=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #CED470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED470 is #312B8F. Grayscale: #C7C7C7. Windows color (decimal): -3222416 or 7394510. OLE color: 7394510.
HSL color Cylindrical-coordinate representation of color #CED470: hue angle of 63.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED470 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 112 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.17 |
| HSL | 63.6º | 0.54% | 0.64% | - |
| HSV(B) | 63.6º | 0.47% | 0.83% | - |
| XYZ | 51.92 | 61.38 | 24.44 | - |
| YUV | 198.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 112 | 0.03 | 0 | 0.47 | 0.17 | 63.6 | 0.54 | 0.64 |
| Hex | CE | D4 | 70 | 3 | 0 | 2F | 11 | 40 | 36 | 40 |
| Octal | 316 | 324 | 160 | 3 | 0 | 57 | 21 | 100 | 66 | 100 |
| Binary | 11001110 | 11010100 | 1110000 | 11 | 0 | 101111 | 10001 | 1000000 | 110110 | 1000000 |
Color Harmonies of #CED470
Complementary color
Monochromatic Colors of #CED470
Black with #CED470
Text Example
Text Example
White with #CED470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED470; }
p { color: rgb(206,212,112); }
H1.HeaderClassName
{
color: #CED470;
}
.AnyTagClassName
{
color: #CED470;
}
</style>
background-color css
<style>
a { background-color: #CED470; }
a { background-color: rgb(206,212,112); }
div.DivClassName
{
background-color: #CED470;
}
.BgClassName
{
background-color: #CED470;
}
</style>
border-color css
<style>
span { border-color: #CED470; }
span { border-color: rgb(206,212,112); }
td.TdClassName
{
border-color: #CED470;
}
.TagClassName
{
border-color: #CED470;
}
</style>