Shades of Goldenrod #CED766
Tints of Goldenrod #CED766
RGB
CMYK
RGB Variations
Color information
#CED766 (or 0xCED766) is known color: Goldenrod. HEX triplet: CE, D7 and 66. RGB value is (206,215,102). Sum of RGB (Red+Green+Blue) = 206+215+102=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #CED766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED766 is #312899. Grayscale: #C7C7C7. Windows color (decimal): -3221658 or 6739918. OLE color: 6739918.
HSL color Cylindrical-coordinate representation of color #CED766: hue angle of 64.78º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED766 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 102 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.16 |
| HSL | 64.78º | 0.59% | 0.62% | - |
| HSV(B) | 64.78º | 0.53% | 0.84% | - |
| XYZ | 52.15 | 62.68 | 21.92 | - |
| YUV | 199.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 102 | 0.04 | 0 | 0.53 | 0.16 | 64.78 | 0.59 | 0.62 |
| Hex | CE | D7 | 66 | 4 | 0 | 35 | 10 | 41 | 3B | 3E |
| Octal | 316 | 327 | 146 | 4 | 0 | 65 | 20 | 101 | 73 | 76 |
| Binary | 11001110 | 11010111 | 1100110 | 100 | 0 | 110101 | 10000 | 1000001 | 111011 | 111110 |
Color Harmonies of #CED766
Complementary color
Monochromatic Colors of #CED766
Black with #CED766
Text Example
Text Example
White with #CED766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED766; }
p { color: rgb(206,215,102); }
H1.HeaderClassName
{
color: #CED766;
}
.AnyTagClassName
{
color: #CED766;
}
</style>
background-color css
<style>
a { background-color: #CED766; }
a { background-color: rgb(206,215,102); }
div.DivClassName
{
background-color: #CED766;
}
.BgClassName
{
background-color: #CED766;
}
</style>
border-color css
<style>
span { border-color: #CED766; }
span { border-color: rgb(206,215,102); }
td.TdClassName
{
border-color: #CED766;
}
.TagClassName
{
border-color: #CED766;
}
</style>