Shades of Goldenrod #CED968
Tints of Goldenrod #CED968
RGB
CMYK
RGB Variations
Color information
#CED968 (or 0xCED968) is known color: Goldenrod. HEX triplet: CE, D9 and 68. RGB value is (206,217,104). Sum of RGB (Red+Green+Blue) = 206+217+104=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #CED968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED968 is #312697. Grayscale: #C9C9C9. Windows color (decimal): -3221144 or 6871502. OLE color: 6871502.
HSL color Cylindrical-coordinate representation of color #CED968: hue angle of 65.84º degrees, saturation: 0.6, 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 #CED968 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 104 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.15 |
| HSL | 65.84º | 0.6% | 0.63% | - |
| HSV(B) | 65.84º | 0.52% | 0.85% | - |
| XYZ | 52.77 | 63.75 | 22.62 | - |
| YUV | 200.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 104 | 0.05 | 0 | 0.52 | 0.15 | 65.84 | 0.6 | 0.63 |
| Hex | CE | D9 | 68 | 5 | 0 | 34 | F | 42 | 3C | 3F |
| Octal | 316 | 331 | 150 | 5 | 0 | 64 | 17 | 102 | 74 | 77 |
| Binary | 11001110 | 11011001 | 1101000 | 101 | 0 | 110100 | 1111 | 1000010 | 111100 | 111111 |
Color Harmonies of #CED968
Complementary color
Monochromatic Colors of #CED968
Black with #CED968
Text Example
Text Example
White with #CED968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED968; }
p { color: rgb(206,217,104); }
H1.HeaderClassName
{
color: #CED968;
}
.AnyTagClassName
{
color: #CED968;
}
</style>
background-color css
<style>
a { background-color: #CED968; }
a { background-color: rgb(206,217,104); }
div.DivClassName
{
background-color: #CED968;
}
.BgClassName
{
background-color: #CED968;
}
</style>
border-color css
<style>
span { border-color: #CED968; }
span { border-color: rgb(206,217,104); }
td.TdClassName
{
border-color: #CED968;
}
.TagClassName
{
border-color: #CED968;
}
</style>