Shades of Goldenrod #CEDC6C
Tints of Goldenrod #CEDC6C
RGB
CMYK
RGB Variations
Color information
#CEDC6C (or 0xCEDC6C) is known color: Goldenrod. HEX triplet: CE, DC and 6C. RGB value is (206,220,108). Sum of RGB (Red+Green+Blue) = 206+220+108=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC6C is #312393. Grayscale: #CBCBCB. Windows color (decimal): -3220372 or 7134414. OLE color: 7134414.
HSL color Cylindrical-coordinate representation of color #CEDC6C: hue angle of 67.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEDC6C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 108 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.14 |
| HSL | 67.5º | 0.62% | 0.64% | - |
| HSV(B) | 67.5º | 0.51% | 0.86% | - |
| XYZ | 53.75 | 65.39 | 23.98 | - |
| YUV | 203.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 108 | 0.06 | 0 | 0.51 | 0.14 | 67.5 | 0.62 | 0.64 |
| Hex | CE | DC | 6C | 6 | 0 | 33 | E | 44 | 3E | 40 |
| Octal | 316 | 334 | 154 | 6 | 0 | 63 | 16 | 104 | 76 | 100 |
| Binary | 11001110 | 11011100 | 1101100 | 110 | 0 | 110011 | 1110 | 1000100 | 111110 | 1000000 |
Color Harmonies of #CEDC6C
Complementary color
Monochromatic Colors of #CEDC6C
Black with #CEDC6C
Text Example
Text Example
White with #CEDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC6C; }
p { color: rgb(206,220,108); }
H1.HeaderClassName
{
color: #CEDC6C;
}
.AnyTagClassName
{
color: #CEDC6C;
}
</style>
background-color css
<style>
a { background-color: #CEDC6C; }
a { background-color: rgb(206,220,108); }
div.DivClassName
{
background-color: #CEDC6C;
}
.BgClassName
{
background-color: #CEDC6C;
}
</style>
border-color css
<style>
span { border-color: #CEDC6C; }
span { border-color: rgb(206,220,108); }
td.TdClassName
{
border-color: #CEDC6C;
}
.TagClassName
{
border-color: #CEDC6C;
}
</style>