Shades of Goldenrod #CEDA6D
Tints of Goldenrod #CEDA6D
RGB
CMYK
RGB Variations
Color information
#CEDA6D (or 0xCEDA6D) is known color: Goldenrod. HEX triplet: CE, DA and 6D. RGB value is (206,218,109). Sum of RGB (Red+Green+Blue) = 206+218+109=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA6D is #312592. Grayscale: #CACACA. Windows color (decimal): -3220883 or 7199438. OLE color: 7199438.
HSL color Cylindrical-coordinate representation of color #CEDA6D: hue angle of 66.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEDA6D is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 109 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.15 |
| HSL | 66.61º | 0.6% | 0.64% | - |
| HSV(B) | 66.61º | 0.5% | 0.85% | - |
| XYZ | 53.29 | 64.37 | 24.08 | - |
| YUV | 201.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 109 | 0.06 | 0 | 0.5 | 0.15 | 66.61 | 0.6 | 0.64 |
| Hex | CE | DA | 6D | 6 | 0 | 32 | F | 43 | 3C | 40 |
| Octal | 316 | 332 | 155 | 6 | 0 | 62 | 17 | 103 | 74 | 100 |
| Binary | 11001110 | 11011010 | 1101101 | 110 | 0 | 110010 | 1111 | 1000011 | 111100 | 1000000 |
Color Harmonies of #CEDA6D
Complementary color
Monochromatic Colors of #CEDA6D
Black with #CEDA6D
Text Example
Text Example
White with #CEDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA6D; }
p { color: rgb(206,218,109); }
H1.HeaderClassName
{
color: #CEDA6D;
}
.AnyTagClassName
{
color: #CEDA6D;
}
</style>
background-color css
<style>
a { background-color: #CEDA6D; }
a { background-color: rgb(206,218,109); }
div.DivClassName
{
background-color: #CEDA6D;
}
.BgClassName
{
background-color: #CEDA6D;
}
</style>
border-color css
<style>
span { border-color: #CEDA6D; }
span { border-color: rgb(206,218,109); }
td.TdClassName
{
border-color: #CEDA6D;
}
.TagClassName
{
border-color: #CEDA6D;
}
</style>