Shades of Goldenrod #CED368
Tints of Goldenrod #CED368
RGB
CMYK
RGB Variations
Color information
#CED368 (or 0xCED368) is known color: Goldenrod. HEX triplet: CE, D3 and 68. RGB value is (206,211,104). Sum of RGB (Red+Green+Blue) = 206+211+104=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #CED368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED368 is #312C97. Grayscale: #C5C5C5. Windows color (decimal): -3222680 or 6869966. OLE color: 6869966.
HSL color Cylindrical-coordinate representation of color #CED368: hue angle of 62.8º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CED368 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 104 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.17 |
| HSL | 62.8º | 0.55% | 0.62% | - |
| HSV(B) | 62.8º | 0.51% | 0.83% | - |
| XYZ | 51.25 | 60.71 | 22.11 | - |
| YUV | 197.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 104 | 0.02 | 0 | 0.51 | 0.17 | 62.8 | 0.55 | 0.62 |
| Hex | CE | D3 | 68 | 2 | 0 | 33 | 11 | 3F | 37 | 3E |
| Octal | 316 | 323 | 150 | 2 | 0 | 63 | 21 | 77 | 67 | 76 |
| Binary | 11001110 | 11010011 | 1101000 | 10 | 0 | 110011 | 10001 | 111111 | 110111 | 111110 |
Color Harmonies of #CED368
Complementary color
Monochromatic Colors of #CED368
Black with #CED368
Text Example
Text Example
White with #CED368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED368; }
p { color: rgb(206,211,104); }
H1.HeaderClassName
{
color: #CED368;
}
.AnyTagClassName
{
color: #CED368;
}
</style>
background-color css
<style>
a { background-color: #CED368; }
a { background-color: rgb(206,211,104); }
div.DivClassName
{
background-color: #CED368;
}
.BgClassName
{
background-color: #CED368;
}
</style>
border-color css
<style>
span { border-color: #CED368; }
span { border-color: rgb(206,211,104); }
td.TdClassName
{
border-color: #CED368;
}
.TagClassName
{
border-color: #CED368;
}
</style>