Shades of Goldenrod #CED86B
Tints of Goldenrod #CED86B
RGB
CMYK
RGB Variations
Color information
#CED86B (or 0xCED86B) is known color: Goldenrod. HEX triplet: CE, D8 and 6B. RGB value is (206,216,107). Sum of RGB (Red+Green+Blue) = 206+216+107=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #CED86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED86B is #312794. Grayscale: #C9C9C9. Windows color (decimal): -3221397 or 7067854. OLE color: 7067854.
HSL color Cylindrical-coordinate representation of color #CED86B: hue angle of 65.5º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED86B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 107 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.15 |
| HSL | 65.5º | 0.58% | 0.63% | - |
| HSV(B) | 65.5º | 0.5% | 0.85% | - |
| XYZ | 52.66 | 63.3 | 23.35 | - |
| YUV | 200.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 107 | 0.05 | 0 | 0.50 | 0.15 | 65.5 | 0.58 | 0.63 |
| Hex | CE | D8 | 6B | 5 | 0 | 32 | F | 42 | 3A | 3F |
| Octal | 316 | 330 | 153 | 5 | 0 | 62 | 17 | 102 | 72 | 77 |
| Binary | 11001110 | 11011000 | 1101011 | 101 | 0 | 110010 | 1111 | 1000010 | 111010 | 111111 |
Color Harmonies of #CED86B
Complementary color
Monochromatic Colors of #CED86B
Black with #CED86B
Text Example
Text Example
White with #CED86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED86B; }
p { color: rgb(206,216,107); }
H1.HeaderClassName
{
color: #CED86B;
}
.AnyTagClassName
{
color: #CED86B;
}
</style>
background-color css
<style>
a { background-color: #CED86B; }
a { background-color: rgb(206,216,107); }
div.DivClassName
{
background-color: #CED86B;
}
.BgClassName
{
background-color: #CED86B;
}
</style>
border-color css
<style>
span { border-color: #CED86B; }
span { border-color: rgb(206,216,107); }
td.TdClassName
{
border-color: #CED86B;
}
.TagClassName
{
border-color: #CED86B;
}
</style>