Shades of Goldenrod #CED868
Tints of Goldenrod #CED868
RGB
CMYK
RGB Variations
Color information
#CED868 (or 0xCED868) is known color: Goldenrod. HEX triplet: CE, D8 and 68. RGB value is (206,216,104). Sum of RGB (Red+Green+Blue) = 206+216+104=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #CED868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED868 is #312797. Grayscale: #C8C8C8. Windows color (decimal): -3221400 or 6871246. OLE color: 6871246.
HSL color Cylindrical-coordinate representation of color #CED868: hue angle of 65.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED868 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 104 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.15 |
| HSL | 65.36º | 0.59% | 0.63% | - |
| HSV(B) | 65.36º | 0.52% | 0.85% | - |
| XYZ | 52.51 | 63.23 | 22.53 | - |
| YUV | 200.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 104 | 0.05 | 0 | 0.52 | 0.15 | 65.36 | 0.59 | 0.63 |
| Hex | CE | D8 | 68 | 5 | 0 | 34 | F | 41 | 3B | 3F |
| Octal | 316 | 330 | 150 | 5 | 0 | 64 | 17 | 101 | 73 | 77 |
| Binary | 11001110 | 11011000 | 1101000 | 101 | 0 | 110100 | 1111 | 1000001 | 111011 | 111111 |
Color Harmonies of #CED868
Complementary color
Monochromatic Colors of #CED868
Black with #CED868
Text Example
Text Example
White with #CED868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED868; }
p { color: rgb(206,216,104); }
H1.HeaderClassName
{
color: #CED868;
}
.AnyTagClassName
{
color: #CED868;
}
</style>
background-color css
<style>
a { background-color: #CED868; }
a { background-color: rgb(206,216,104); }
div.DivClassName
{
background-color: #CED868;
}
.BgClassName
{
background-color: #CED868;
}
</style>
border-color css
<style>
span { border-color: #CED868; }
span { border-color: rgb(206,216,104); }
td.TdClassName
{
border-color: #CED868;
}
.TagClassName
{
border-color: #CED868;
}
</style>