Shades of Goldenrod #CED268
Tints of Goldenrod #CED268
RGB
CMYK
RGB Variations
Color information
#CED268 (or 0xCED268) is known color: Goldenrod. HEX triplet: CE, D2 and 68. RGB value is (206,210,104). Sum of RGB (Red+Green+Blue) = 206+210+104=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #CED268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED268 is #312D97. Grayscale: #C5C5C5. Windows color (decimal): -3222936 or 6869710. OLE color: 6869710.
HSL color Cylindrical-coordinate representation of color #CED268: hue angle of 62.26º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED268 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 104 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.18 |
| HSL | 62.26º | 0.54% | 0.62% | - |
| HSV(B) | 62.26º | 0.5% | 0.82% | - |
| XYZ | 51 | 60.21 | 22.03 | - |
| YUV | 196.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 104 | 0.02 | 0 | 0.50 | 0.18 | 62.26 | 0.54 | 0.62 |
| Hex | CE | D2 | 68 | 2 | 0 | 32 | 12 | 3E | 36 | 3E |
| Octal | 316 | 322 | 150 | 2 | 0 | 62 | 22 | 76 | 66 | 76 |
| Binary | 11001110 | 11010010 | 1101000 | 10 | 0 | 110010 | 10010 | 111110 | 110110 | 111110 |
Color Harmonies of #CED268
Complementary color
Monochromatic Colors of #CED268
Black with #CED268
Text Example
Text Example
White with #CED268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED268; }
p { color: rgb(206,210,104); }
H1.HeaderClassName
{
color: #CED268;
}
.AnyTagClassName
{
color: #CED268;
}
</style>
background-color css
<style>
a { background-color: #CED268; }
a { background-color: rgb(206,210,104); }
div.DivClassName
{
background-color: #CED268;
}
.BgClassName
{
background-color: #CED268;
}
</style>
border-color css
<style>
span { border-color: #CED268; }
span { border-color: rgb(206,210,104); }
td.TdClassName
{
border-color: #CED268;
}
.TagClassName
{
border-color: #CED268;
}
</style>