Shades of Goldenrod #CED068
Tints of Goldenrod #CED068
RGB
CMYK
RGB Variations
Color information
#CED068 (or 0xCED068) is known color: Goldenrod. HEX triplet: CE, D0 and 68. RGB value is (206,208,104). Sum of RGB (Red+Green+Blue) = 206+208+104=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #CED068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED068 is #312F97. Grayscale: #C3C3C3. Windows color (decimal): -3223448 or 6869198. OLE color: 6869198.
HSL color Cylindrical-coordinate representation of color #CED068: hue angle of 61.15º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED068 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 104 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.18 |
| HSL | 61.15º | 0.53% | 0.61% | - |
| HSV(B) | 61.15º | 0.5% | 0.82% | - |
| XYZ | 50.51 | 59.23 | 21.87 | - |
| YUV | 195.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 104 | 0.01 | 0 | 0.5 | 0.18 | 61.15 | 0.53 | 0.61 |
| Hex | CE | D0 | 68 | 1 | 0 | 32 | 12 | 3D | 35 | 3D |
| Octal | 316 | 320 | 150 | 1 | 0 | 62 | 22 | 75 | 65 | 75 |
| Binary | 11001110 | 11010000 | 1101000 | 1 | 0 | 110010 | 10010 | 111101 | 110101 | 111101 |
Color Harmonies of #CED068
Complementary color
Monochromatic Colors of #CED068
Black with #CED068
Text Example
Text Example
White with #CED068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED068; }
p { color: rgb(206,208,104); }
H1.HeaderClassName
{
color: #CED068;
}
.AnyTagClassName
{
color: #CED068;
}
</style>
background-color css
<style>
a { background-color: #CED068; }
a { background-color: rgb(206,208,104); }
div.DivClassName
{
background-color: #CED068;
}
.BgClassName
{
background-color: #CED068;
}
</style>
border-color css
<style>
span { border-color: #CED068; }
span { border-color: rgb(206,208,104); }
td.TdClassName
{
border-color: #CED068;
}
.TagClassName
{
border-color: #CED068;
}
</style>