Shades of Goldenrod #CEDC67
Tints of Goldenrod #CEDC67
RGB
CMYK
RGB Variations
Color information
#CEDC67 (or 0xCEDC67) is known color: Goldenrod. HEX triplet: CE, DC and 67. RGB value is (206,220,103). Sum of RGB (Red+Green+Blue) = 206+220+103=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC67 is #312398. Grayscale: #CACACA. Windows color (decimal): -3220377 or 6806734. OLE color: 6806734.
HSL color Cylindrical-coordinate representation of color #CEDC67: hue angle of 67.18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEDC67 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 103 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.14 |
| HSL | 67.18º | 0.63% | 0.63% | - |
| HSV(B) | 67.18º | 0.53% | 0.86% | - |
| XYZ | 53.49 | 65.29 | 22.61 | - |
| YUV | 202.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 103 | 0.06 | 0 | 0.53 | 0.14 | 67.18 | 0.63 | 0.63 |
| Hex | CE | DC | 67 | 6 | 0 | 35 | E | 43 | 3F | 3F |
| Octal | 316 | 334 | 147 | 6 | 0 | 65 | 16 | 103 | 77 | 77 |
| Binary | 11001110 | 11011100 | 1100111 | 110 | 0 | 110101 | 1110 | 1000011 | 111111 | 111111 |
Color Harmonies of #CEDC67
Complementary color
Monochromatic Colors of #CEDC67
Black with #CEDC67
Text Example
Text Example
White with #CEDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC67; }
p { color: rgb(206,220,103); }
H1.HeaderClassName
{
color: #CEDC67;
}
.AnyTagClassName
{
color: #CEDC67;
}
</style>
background-color css
<style>
a { background-color: #CEDC67; }
a { background-color: rgb(206,220,103); }
div.DivClassName
{
background-color: #CEDC67;
}
.BgClassName
{
background-color: #CEDC67;
}
</style>
border-color css
<style>
span { border-color: #CEDC67; }
span { border-color: rgb(206,220,103); }
td.TdClassName
{
border-color: #CEDC67;
}
.TagClassName
{
border-color: #CEDC67;
}
</style>