Shades of Goldenrod #CEDC6B
Tints of Goldenrod #CEDC6B
RGB
CMYK
RGB Variations
Color information
#CEDC6B (or 0xCEDC6B) is known color: Goldenrod. HEX triplet: CE, DC and 6B. RGB value is (206,220,107). Sum of RGB (Red+Green+Blue) = 206+220+107=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC6B is #312394. Grayscale: #CBCBCB. Windows color (decimal): -3220373 or 7068878. OLE color: 7068878.
HSL color Cylindrical-coordinate representation of color #CEDC6B: hue angle of 67.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEDC6B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 107 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.14 |
| HSL | 67.43º | 0.62% | 0.64% | - |
| HSV(B) | 67.43º | 0.51% | 0.86% | - |
| XYZ | 53.7 | 65.37 | 23.7 | - |
| YUV | 202.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 107 | 0.06 | 0 | 0.51 | 0.14 | 67.43 | 0.62 | 0.64 |
| Hex | CE | DC | 6B | 6 | 0 | 33 | E | 43 | 3E | 40 |
| Octal | 316 | 334 | 153 | 6 | 0 | 63 | 16 | 103 | 76 | 100 |
| Binary | 11001110 | 11011100 | 1101011 | 110 | 0 | 110011 | 1110 | 1000011 | 111110 | 1000000 |
Color Harmonies of #CEDC6B
Complementary color
Monochromatic Colors of #CEDC6B
Black with #CEDC6B
Text Example
Text Example
White with #CEDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC6B; }
p { color: rgb(206,220,107); }
H1.HeaderClassName
{
color: #CEDC6B;
}
.AnyTagClassName
{
color: #CEDC6B;
}
</style>
background-color css
<style>
a { background-color: #CEDC6B; }
a { background-color: rgb(206,220,107); }
div.DivClassName
{
background-color: #CEDC6B;
}
.BgClassName
{
background-color: #CEDC6B;
}
</style>
border-color css
<style>
span { border-color: #CEDC6B; }
span { border-color: rgb(206,220,107); }
td.TdClassName
{
border-color: #CEDC6B;
}
.TagClassName
{
border-color: #CEDC6B;
}
</style>