Shades of Goldenrod #CEDD6C
Tints of Goldenrod #CEDD6C
RGB
CMYK
RGB Variations
Color information
#CEDD6C (or 0xCEDD6C) is known color: Goldenrod. HEX triplet: CE, DD and 6C. RGB value is (206,221,108). Sum of RGB (Red+Green+Blue) = 206+221+108=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD6C is #312293. Grayscale: #CCCCCC. Windows color (decimal): -3220116 or 7134670. OLE color: 7134670.
HSL color Cylindrical-coordinate representation of color #CEDD6C: hue angle of 67.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEDD6C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 108 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.13 |
| HSL | 67.96º | 0.62% | 0.65% | - |
| HSV(B) | 67.96º | 0.51% | 0.87% | - |
| XYZ | 54.02 | 65.92 | 24.06 | - |
| YUV | 203.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 108 | 0.07 | 0 | 0.51 | 0.13 | 67.96 | 0.62 | 0.65 |
| Hex | CE | DD | 6C | 7 | 0 | 33 | D | 44 | 3E | 41 |
| Octal | 316 | 335 | 154 | 7 | 0 | 63 | 15 | 104 | 76 | 101 |
| Binary | 11001110 | 11011101 | 1101100 | 111 | 0 | 110011 | 1101 | 1000100 | 111110 | 1000001 |
Color Harmonies of #CEDD6C
Complementary color
Monochromatic Colors of #CEDD6C
Black with #CEDD6C
Text Example
Text Example
White with #CEDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD6C; }
p { color: rgb(206,221,108); }
H1.HeaderClassName
{
color: #CEDD6C;
}
.AnyTagClassName
{
color: #CEDD6C;
}
</style>
background-color css
<style>
a { background-color: #CEDD6C; }
a { background-color: rgb(206,221,108); }
div.DivClassName
{
background-color: #CEDD6C;
}
.BgClassName
{
background-color: #CEDD6C;
}
</style>
border-color css
<style>
span { border-color: #CEDD6C; }
span { border-color: rgb(206,221,108); }
td.TdClassName
{
border-color: #CEDD6C;
}
.TagClassName
{
border-color: #CEDD6C;
}
</style>