Shades of Goldenrod #CED16B
Tints of Goldenrod #CED16B
RGB
CMYK
RGB Variations
Color information
#CED16B (or 0xCED16B) is known color: Goldenrod. HEX triplet: CE, D1 and 6B. RGB value is (206,209,107). Sum of RGB (Red+Green+Blue) = 206+209+107=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #CED16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED16B is #312E94. Grayscale: #C4C4C4. Windows color (decimal): -3223189 or 7066062. OLE color: 7066062.
HSL color Cylindrical-coordinate representation of color #CED16B: hue angle of 61.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CED16B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 107 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.18 |
| HSL | 61.76º | 0.53% | 0.62% | - |
| HSV(B) | 61.76º | 0.49% | 0.82% | - |
| XYZ | 50.91 | 59.78 | 22.77 | - |
| YUV | 196.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 107 | 0.01 | 0 | 0.49 | 0.18 | 61.76 | 0.53 | 0.62 |
| Hex | CE | D1 | 6B | 1 | 0 | 31 | 12 | 3E | 35 | 3E |
| Octal | 316 | 321 | 153 | 1 | 0 | 61 | 22 | 76 | 65 | 76 |
| Binary | 11001110 | 11010001 | 1101011 | 1 | 0 | 110001 | 10010 | 111110 | 110101 | 111110 |
Color Harmonies of #CED16B
Complementary color
Monochromatic Colors of #CED16B
Black with #CED16B
Text Example
Text Example
White with #CED16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED16B; }
p { color: rgb(206,209,107); }
H1.HeaderClassName
{
color: #CED16B;
}
.AnyTagClassName
{
color: #CED16B;
}
</style>
background-color css
<style>
a { background-color: #CED16B; }
a { background-color: rgb(206,209,107); }
div.DivClassName
{
background-color: #CED16B;
}
.BgClassName
{
background-color: #CED16B;
}
</style>
border-color css
<style>
span { border-color: #CED16B; }
span { border-color: rgb(206,209,107); }
td.TdClassName
{
border-color: #CED16B;
}
.TagClassName
{
border-color: #CED16B;
}
</style>