Shades of Goldenrod #CEDC69
Tints of Goldenrod #CEDC69
RGB
CMYK
RGB Variations
Color information
#CEDC69 (or 0xCEDC69) is known color: Goldenrod. HEX triplet: CE, DC and 69. RGB value is (206,220,105). Sum of RGB (Red+Green+Blue) = 206+220+105=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC69 is #312396. Grayscale: #CBCBCB. Windows color (decimal): -3220375 or 6937806. OLE color: 6937806.
HSL color Cylindrical-coordinate representation of color #CEDC69: hue angle of 67.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEDC69 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.14 |
| HSL | 67.3º | 0.62% | 0.64% | - |
| HSV(B) | 67.3º | 0.52% | 0.86% | - |
| XYZ | 53.6 | 65.33 | 23.15 | - |
| YUV | 202.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 105 | 0.06 | 0 | 0.52 | 0.14 | 67.3 | 0.62 | 0.64 |
| Hex | CE | DC | 69 | 6 | 0 | 34 | E | 43 | 3E | 40 |
| Octal | 316 | 334 | 151 | 6 | 0 | 64 | 16 | 103 | 76 | 100 |
| Binary | 11001110 | 11011100 | 1101001 | 110 | 0 | 110100 | 1110 | 1000011 | 111110 | 1000000 |
Color Harmonies of #CEDC69
Complementary color
Monochromatic Colors of #CEDC69
Black with #CEDC69
Text Example
Text Example
White with #CEDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC69; }
p { color: rgb(206,220,105); }
H1.HeaderClassName
{
color: #CEDC69;
}
.AnyTagClassName
{
color: #CEDC69;
}
</style>
background-color css
<style>
a { background-color: #CEDC69; }
a { background-color: rgb(206,220,105); }
div.DivClassName
{
background-color: #CEDC69;
}
.BgClassName
{
background-color: #CEDC69;
}
</style>
border-color css
<style>
span { border-color: #CEDC69; }
span { border-color: rgb(206,220,105); }
td.TdClassName
{
border-color: #CEDC69;
}
.TagClassName
{
border-color: #CEDC69;
}
</style>