Shades of Goldenrod #CEDD6A
Tints of Goldenrod #CEDD6A
RGB
CMYK
RGB Variations
Color information
#CEDD6A (or 0xCEDD6A) is known color: Goldenrod. HEX triplet: CE, DD and 6A. RGB value is (206,221,106). Sum of RGB (Red+Green+Blue) = 206+221+106=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD6A is #312295. Grayscale: #CBCBCB. Windows color (decimal): -3220118 or 7003598. OLE color: 7003598.
HSL color Cylindrical-coordinate representation of color #CEDD6A: hue angle of 67.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEDD6A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 106 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.13 |
| HSL | 67.83º | 0.63% | 0.64% | - |
| HSV(B) | 67.83º | 0.52% | 0.87% | - |
| XYZ | 53.91 | 65.88 | 23.51 | - |
| YUV | 203.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 106 | 0.07 | 0 | 0.52 | 0.13 | 67.83 | 0.63 | 0.64 |
| Hex | CE | DD | 6A | 7 | 0 | 34 | D | 44 | 3F | 40 |
| Octal | 316 | 335 | 152 | 7 | 0 | 64 | 15 | 104 | 77 | 100 |
| Binary | 11001110 | 11011101 | 1101010 | 111 | 0 | 110100 | 1101 | 1000100 | 111111 | 1000000 |
Color Harmonies of #CEDD6A
Complementary color
Monochromatic Colors of #CEDD6A
Black with #CEDD6A
Text Example
Text Example
White with #CEDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD6A; }
p { color: rgb(206,221,106); }
H1.HeaderClassName
{
color: #CEDD6A;
}
.AnyTagClassName
{
color: #CEDD6A;
}
</style>
background-color css
<style>
a { background-color: #CEDD6A; }
a { background-color: rgb(206,221,106); }
div.DivClassName
{
background-color: #CEDD6A;
}
.BgClassName
{
background-color: #CEDD6A;
}
</style>
border-color css
<style>
span { border-color: #CEDD6A; }
span { border-color: rgb(206,221,106); }
td.TdClassName
{
border-color: #CEDD6A;
}
.TagClassName
{
border-color: #CEDD6A;
}
</style>