Shades of Goldenrod #CED365
Tints of Goldenrod #CED365
RGB
CMYK
RGB Variations
Color information
#CED365 (or 0xCED365) is known color: Goldenrod. HEX triplet: CE, D3 and 65. RGB value is (206,211,101). Sum of RGB (Red+Green+Blue) = 206+211+101=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #CED365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED365 is #312C9A. Grayscale: #C5C5C5. Windows color (decimal): -3222683 or 6673358. OLE color: 6673358.
HSL color Cylindrical-coordinate representation of color #CED365: hue angle of 62.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED365 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 101 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.17 |
| HSL | 62.73º | 0.56% | 0.61% | - |
| HSV(B) | 62.73º | 0.52% | 0.83% | - |
| XYZ | 51.1 | 60.65 | 21.33 | - |
| YUV | 196.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 101 | 0.02 | 0 | 0.52 | 0.17 | 62.73 | 0.56 | 0.61 |
| Hex | CE | D3 | 65 | 2 | 0 | 34 | 11 | 3F | 38 | 3D |
| Octal | 316 | 323 | 145 | 2 | 0 | 64 | 21 | 77 | 70 | 75 |
| Binary | 11001110 | 11010011 | 1100101 | 10 | 0 | 110100 | 10001 | 111111 | 111000 | 111101 |
Color Harmonies of #CED365
Complementary color
Monochromatic Colors of #CED365
Black with #CED365
Text Example
Text Example
White with #CED365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED365; }
p { color: rgb(206,211,101); }
H1.HeaderClassName
{
color: #CED365;
}
.AnyTagClassName
{
color: #CED365;
}
</style>
background-color css
<style>
a { background-color: #CED365; }
a { background-color: rgb(206,211,101); }
div.DivClassName
{
background-color: #CED365;
}
.BgClassName
{
background-color: #CED365;
}
</style>
border-color css
<style>
span { border-color: #CED365; }
span { border-color: rgb(206,211,101); }
td.TdClassName
{
border-color: #CED365;
}
.TagClassName
{
border-color: #CED365;
}
</style>