Shades of Goldenrod #CEDD60
Tints of Goldenrod #CEDD60
RGB
CMYK
RGB Variations
Color information
#CEDD60 (or 0xCEDD60) is known color: Goldenrod. HEX triplet: CE, DD and 60. RGB value is (206,221,96). Sum of RGB (Red+Green+Blue) = 206+221+96=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD60 is #31229F. Grayscale: #CACACA. Windows color (decimal): -3220128 or 6348238. OLE color: 6348238.
HSL color Cylindrical-coordinate representation of color #CEDD60: hue angle of 67.2º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEDD60 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 96 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.13 |
| HSL | 67.2º | 0.65% | 0.62% | - |
| HSV(B) | 67.2º | 0.57% | 0.87% | - |
| XYZ | 53.42 | 65.68 | 20.93 | - |
| YUV | 202.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 96 | 0.07 | 0 | 0.57 | 0.13 | 67.2 | 0.65 | 0.62 |
| Hex | CE | DD | 60 | 7 | 0 | 39 | D | 43 | 41 | 3E |
| Octal | 316 | 335 | 140 | 7 | 0 | 71 | 15 | 103 | 101 | 76 |
| Binary | 11001110 | 11011101 | 1100000 | 111 | 0 | 111001 | 1101 | 1000011 | 1000001 | 111110 |
Color Harmonies of #CEDD60
Complementary color
Monochromatic Colors of #CEDD60
Black with #CEDD60
Text Example
Text Example
White with #CEDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD60; }
p { color: rgb(206,221,96); }
H1.HeaderClassName
{
color: #CEDD60;
}
.AnyTagClassName
{
color: #CEDD60;
}
</style>
background-color css
<style>
a { background-color: #CEDD60; }
a { background-color: rgb(206,221,96); }
div.DivClassName
{
background-color: #CEDD60;
}
.BgClassName
{
background-color: #CEDD60;
}
</style>
border-color css
<style>
span { border-color: #CEDD60; }
span { border-color: rgb(206,221,96); }
td.TdClassName
{
border-color: #CEDD60;
}
.TagClassName
{
border-color: #CEDD60;
}
</style>