Shades of Goldenrod #CED86D
Tints of Goldenrod #CED86D
RGB
CMYK
RGB Variations
Color information
#CED86D (or 0xCED86D) is known color: Goldenrod. HEX triplet: CE, D8 and 6D. RGB value is (206,216,109). Sum of RGB (Red+Green+Blue) = 206+216+109=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #CED86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED86D is #312792. Grayscale: #C9C9C9. Windows color (decimal): -3221395 or 7198926. OLE color: 7198926.
HSL color Cylindrical-coordinate representation of color #CED86D: hue angle of 65.61º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED86D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 109 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.15 |
| HSL | 65.61º | 0.58% | 0.64% | - |
| HSV(B) | 65.61º | 0.5% | 0.85% | - |
| XYZ | 52.77 | 63.34 | 23.91 | - |
| YUV | 200.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 109 | 0.05 | 0 | 0.50 | 0.15 | 65.61 | 0.58 | 0.64 |
| Hex | CE | D8 | 6D | 5 | 0 | 32 | F | 42 | 3A | 40 |
| Octal | 316 | 330 | 155 | 5 | 0 | 62 | 17 | 102 | 72 | 100 |
| Binary | 11001110 | 11011000 | 1101101 | 101 | 0 | 110010 | 1111 | 1000010 | 111010 | 1000000 |
Color Harmonies of #CED86D
Complementary color
Monochromatic Colors of #CED86D
Black with #CED86D
Text Example
Text Example
White with #CED86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED86D; }
p { color: rgb(206,216,109); }
H1.HeaderClassName
{
color: #CED86D;
}
.AnyTagClassName
{
color: #CED86D;
}
</style>
background-color css
<style>
a { background-color: #CED86D; }
a { background-color: rgb(206,216,109); }
div.DivClassName
{
background-color: #CED86D;
}
.BgClassName
{
background-color: #CED86D;
}
</style>
border-color css
<style>
span { border-color: #CED86D; }
span { border-color: rgb(206,216,109); }
td.TdClassName
{
border-color: #CED86D;
}
.TagClassName
{
border-color: #CED86D;
}
</style>