Shades of Goldenrod #CEDA69
Tints of Goldenrod #CEDA69
RGB
CMYK
RGB Variations
Color information
#CEDA69 (or 0xCEDA69) is known color: Goldenrod. HEX triplet: CE, DA and 69. RGB value is (206,218,105). Sum of RGB (Red+Green+Blue) = 206+218+105=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA69 is #312596. Grayscale: #C9C9C9. Windows color (decimal): -3220887 or 6937294. OLE color: 6937294.
HSL color Cylindrical-coordinate representation of color #CEDA69: hue angle of 66.37º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEDA69 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 66.37º | 0.6% | 0.63% | - |
| HSV(B) | 66.37º | 0.52% | 0.85% | - |
| XYZ | 53.07 | 64.28 | 22.98 | - |
| YUV | 201.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 105 | 0.06 | 0 | 0.52 | 0.15 | 66.37 | 0.6 | 0.63 |
| Hex | CE | DA | 69 | 6 | 0 | 34 | F | 42 | 3C | 3F |
| Octal | 316 | 332 | 151 | 6 | 0 | 64 | 17 | 102 | 74 | 77 |
| Binary | 11001110 | 11011010 | 1101001 | 110 | 0 | 110100 | 1111 | 1000010 | 111100 | 111111 |
Color Harmonies of #CEDA69
Complementary color
Monochromatic Colors of #CEDA69
Black with #CEDA69
Text Example
Text Example
White with #CEDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA69; }
p { color: rgb(206,218,105); }
H1.HeaderClassName
{
color: #CEDA69;
}
.AnyTagClassName
{
color: #CEDA69;
}
</style>
background-color css
<style>
a { background-color: #CEDA69; }
a { background-color: rgb(206,218,105); }
div.DivClassName
{
background-color: #CEDA69;
}
.BgClassName
{
background-color: #CEDA69;
}
</style>
border-color css
<style>
span { border-color: #CEDA69; }
span { border-color: rgb(206,218,105); }
td.TdClassName
{
border-color: #CEDA69;
}
.TagClassName
{
border-color: #CEDA69;
}
</style>