Shades of Goldenrod #CED46D
Tints of Goldenrod #CED46D
RGB
CMYK
RGB Variations
Color information
#CED46D (or 0xCED46D) is known color: Goldenrod. HEX triplet: CE, D4 and 6D. RGB value is (206,212,109). Sum of RGB (Red+Green+Blue) = 206+212+109=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #CED46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED46D is #312B92. Grayscale: #C6C6C6. Windows color (decimal): -3222419 or 7197902. OLE color: 7197902.
HSL color Cylindrical-coordinate representation of color #CED46D: hue angle of 63.5º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CED46D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 109 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.17 |
| HSL | 63.5º | 0.54% | 0.63% | - |
| HSV(B) | 63.5º | 0.49% | 0.83% | - |
| XYZ | 51.76 | 61.31 | 23.57 | - |
| YUV | 198.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 109 | 0.03 | 0 | 0.49 | 0.17 | 63.5 | 0.54 | 0.63 |
| Hex | CE | D4 | 6D | 3 | 0 | 31 | 11 | 3F | 36 | 3F |
| Octal | 316 | 324 | 155 | 3 | 0 | 61 | 21 | 77 | 66 | 77 |
| Binary | 11001110 | 11010100 | 1101101 | 11 | 0 | 110001 | 10001 | 111111 | 110110 | 111111 |
Color Harmonies of #CED46D
Complementary color
Monochromatic Colors of #CED46D
Black with #CED46D
Text Example
Text Example
White with #CED46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED46D; }
p { color: rgb(206,212,109); }
H1.HeaderClassName
{
color: #CED46D;
}
.AnyTagClassName
{
color: #CED46D;
}
</style>
background-color css
<style>
a { background-color: #CED46D; }
a { background-color: rgb(206,212,109); }
div.DivClassName
{
background-color: #CED46D;
}
.BgClassName
{
background-color: #CED46D;
}
</style>
border-color css
<style>
span { border-color: #CED46D; }
span { border-color: rgb(206,212,109); }
td.TdClassName
{
border-color: #CED46D;
}
.TagClassName
{
border-color: #CED46D;
}
</style>