Shades of Goldenrod #CEDC65
Tints of Goldenrod #CEDC65
RGB
CMYK
RGB Variations
Color information
#CEDC65 (or 0xCEDC65) is known color: Goldenrod. HEX triplet: CE, DC and 65. RGB value is (206,220,101). Sum of RGB (Red+Green+Blue) = 206+220+101=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC65 is #31239A. Grayscale: #CACACA. Windows color (decimal): -3220379 or 6675662. OLE color: 6675662.
HSL color Cylindrical-coordinate representation of color #CEDC65: hue angle of 67.06º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEDC65 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 101 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.14 |
| HSL | 67.06º | 0.63% | 0.63% | - |
| HSV(B) | 67.06º | 0.54% | 0.86% | - |
| XYZ | 53.4 | 65.25 | 22.09 | - |
| YUV | 202.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 101 | 0.06 | 0 | 0.54 | 0.14 | 67.06 | 0.63 | 0.63 |
| Hex | CE | DC | 65 | 6 | 0 | 36 | E | 43 | 3F | 3F |
| Octal | 316 | 334 | 145 | 6 | 0 | 66 | 16 | 103 | 77 | 77 |
| Binary | 11001110 | 11011100 | 1100101 | 110 | 0 | 110110 | 1110 | 1000011 | 111111 | 111111 |
Color Harmonies of #CEDC65
Complementary color
Monochromatic Colors of #CEDC65
Black with #CEDC65
Text Example
Text Example
White with #CEDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC65; }
p { color: rgb(206,220,101); }
H1.HeaderClassName
{
color: #CEDC65;
}
.AnyTagClassName
{
color: #CEDC65;
}
</style>
background-color css
<style>
a { background-color: #CEDC65; }
a { background-color: rgb(206,220,101); }
div.DivClassName
{
background-color: #CEDC65;
}
.BgClassName
{
background-color: #CEDC65;
}
</style>
border-color css
<style>
span { border-color: #CEDC65; }
span { border-color: rgb(206,220,101); }
td.TdClassName
{
border-color: #CEDC65;
}
.TagClassName
{
border-color: #CEDC65;
}
</style>