Shades of Goldenrod #CEDB63
Tints of Goldenrod #CEDB63
RGB
CMYK
RGB Variations
Color information
#CEDB63 (or 0xCEDB63) is known color: Goldenrod. HEX triplet: CE, DB and 63. RGB value is (206,219,99). Sum of RGB (Red+Green+Blue) = 206+219+99=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB63 is #31249C. Grayscale: #C9C9C9. Windows color (decimal): -3220637 or 6544334. OLE color: 6544334.
HSL color Cylindrical-coordinate representation of color #CEDB63: hue angle of 66.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEDB63 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 99 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.14 |
| HSL | 66.5º | 0.63% | 0.62% | - |
| HSV(B) | 66.5º | 0.55% | 0.86% | - |
| XYZ | 53.04 | 64.69 | 21.49 | - |
| YUV | 201.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 99 | 0.06 | 0 | 0.55 | 0.14 | 66.5 | 0.63 | 0.62 |
| Hex | CE | DB | 63 | 6 | 0 | 37 | E | 42 | 3E | 3E |
| Octal | 316 | 333 | 143 | 6 | 0 | 67 | 16 | 102 | 76 | 76 |
| Binary | 11001110 | 11011011 | 1100011 | 110 | 0 | 110111 | 1110 | 1000010 | 111110 | 111110 |
Color Harmonies of #CEDB63
Complementary color
Monochromatic Colors of #CEDB63
Black with #CEDB63
Text Example
Text Example
White with #CEDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB63; }
p { color: rgb(206,219,99); }
H1.HeaderClassName
{
color: #CEDB63;
}
.AnyTagClassName
{
color: #CEDB63;
}
</style>
background-color css
<style>
a { background-color: #CEDB63; }
a { background-color: rgb(206,219,99); }
div.DivClassName
{
background-color: #CEDB63;
}
.BgClassName
{
background-color: #CEDB63;
}
</style>
border-color css
<style>
span { border-color: #CEDB63; }
span { border-color: rgb(206,219,99); }
td.TdClassName
{
border-color: #CEDB63;
}
.TagClassName
{
border-color: #CEDB63;
}
</style>