Shades of Goldenrod #CEDD6B
Tints of Goldenrod #CEDD6B
RGB
CMYK
RGB Variations
Color information
#CEDD6B (or 0xCEDD6B) is known color: Goldenrod. HEX triplet: CE, DD and 6B. RGB value is (206,221,107). Sum of RGB (Red+Green+Blue) = 206+221+107=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD6B is #312294. Grayscale: #CBCBCB. Windows color (decimal): -3220117 or 7069134. OLE color: 7069134.
HSL color Cylindrical-coordinate representation of color #CEDD6B: hue angle of 67.89º 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 #CEDD6B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 107 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.13 |
| HSL | 67.89º | 0.63% | 0.64% | - |
| HSV(B) | 67.89º | 0.52% | 0.87% | - |
| XYZ | 53.96 | 65.9 | 23.78 | - |
| YUV | 203.52 | 73.53 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 107 | 0.07 | 0 | 0.52 | 0.13 | 67.89 | 0.63 | 0.64 |
| Hex | CE | DD | 6B | 7 | 0 | 34 | D | 44 | 3F | 40 |
| Octal | 316 | 335 | 153 | 7 | 0 | 64 | 15 | 104 | 77 | 100 |
| Binary | 11001110 | 11011101 | 1101011 | 111 | 0 | 110100 | 1101 | 1000100 | 111111 | 1000000 |
Color Harmonies of #CEDD6B
Complementary color
Monochromatic Colors of #CEDD6B
Black with #CEDD6B
Text Example
Text Example
White with #CEDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD6B; }
p { color: rgb(206,221,107); }
H1.HeaderClassName
{
color: #CEDD6B;
}
.AnyTagClassName
{
color: #CEDD6B;
}
</style>
background-color css
<style>
a { background-color: #CEDD6B; }
a { background-color: rgb(206,221,107); }
div.DivClassName
{
background-color: #CEDD6B;
}
.BgClassName
{
background-color: #CEDD6B;
}
</style>
border-color css
<style>
span { border-color: #CEDD6B; }
span { border-color: rgb(206,221,107); }
td.TdClassName
{
border-color: #CEDD6B;
}
.TagClassName
{
border-color: #CEDD6B;
}
</style>