Shades of Goldenrod #CED467
Tints of Goldenrod #CED467
RGB
CMYK
RGB Variations
Color information
#CED467 (or 0xCED467) is known color: Goldenrod. HEX triplet: CE, D4 and 67. RGB value is (206,212,103). Sum of RGB (Red+Green+Blue) = 206+212+103=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #CED467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED467 is #312B98. Grayscale: #C6C6C6. Windows color (decimal): -3222425 or 6804686. OLE color: 6804686.
HSL color Cylindrical-coordinate representation of color #CED467: hue angle of 63.3º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CED467 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 103 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.17 |
| HSL | 63.3º | 0.56% | 0.62% | - |
| HSV(B) | 63.3º | 0.51% | 0.83% | - |
| XYZ | 51.45 | 61.19 | 21.93 | - |
| YUV | 197.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 103 | 0.03 | 0 | 0.51 | 0.17 | 63.3 | 0.56 | 0.62 |
| Hex | CE | D4 | 67 | 3 | 0 | 33 | 11 | 3F | 38 | 3E |
| Octal | 316 | 324 | 147 | 3 | 0 | 63 | 21 | 77 | 70 | 76 |
| Binary | 11001110 | 11010100 | 1100111 | 11 | 0 | 110011 | 10001 | 111111 | 111000 | 111110 |
Color Harmonies of #CED467
Complementary color
Monochromatic Colors of #CED467
Black with #CED467
Text Example
Text Example
White with #CED467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED467; }
p { color: rgb(206,212,103); }
H1.HeaderClassName
{
color: #CED467;
}
.AnyTagClassName
{
color: #CED467;
}
</style>
background-color css
<style>
a { background-color: #CED467; }
a { background-color: rgb(206,212,103); }
div.DivClassName
{
background-color: #CED467;
}
.BgClassName
{
background-color: #CED467;
}
</style>
border-color css
<style>
span { border-color: #CED467; }
span { border-color: rgb(206,212,103); }
td.TdClassName
{
border-color: #CED467;
}
.TagClassName
{
border-color: #CED467;
}
</style>