Shades of Goldenrod #CDDA6D
Tints of Goldenrod #CDDA6D
RGB
CMYK
RGB Variations
Color information
#CDDA6D (or 0xCDDA6D) is known color: Goldenrod. HEX triplet: CD, DA and 6D. RGB value is (205,218,109). Sum of RGB (Red+Green+Blue) = 205+218+109=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA6D is #322592. Grayscale: #CACACA. Windows color (decimal): -3286419 or 7199437. OLE color: 7199437.
HSL color Cylindrical-coordinate representation of color #CDDA6D: hue angle of 67.16º 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 #CDDA6D is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 109 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.15 |
| HSL | 67.16º | 0.6% | 0.64% | - |
| HSV(B) | 67.16º | 0.5% | 0.85% | - |
| XYZ | 53.01 | 64.23 | 24.07 | - |
| YUV | 201.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 109 | 0.06 | 0 | 0.5 | 0.15 | 67.16 | 0.6 | 0.64 |
| Hex | CD | DA | 6D | 6 | 0 | 32 | F | 43 | 3C | 40 |
| Octal | 315 | 332 | 155 | 6 | 0 | 62 | 17 | 103 | 74 | 100 |
| Binary | 11001101 | 11011010 | 1101101 | 110 | 0 | 110010 | 1111 | 1000011 | 111100 | 1000000 |
Color Harmonies of #CDDA6D
Complementary color
Monochromatic Colors of #CDDA6D
Black with #CDDA6D
Text Example
Text Example
White with #CDDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA6D; }
p { color: rgb(205,218,109); }
H1.HeaderClassName
{
color: #CDDA6D;
}
.AnyTagClassName
{
color: #CDDA6D;
}
</style>
background-color css
<style>
a { background-color: #CDDA6D; }
a { background-color: rgb(205,218,109); }
div.DivClassName
{
background-color: #CDDA6D;
}
.BgClassName
{
background-color: #CDDA6D;
}
</style>
border-color css
<style>
span { border-color: #CDDA6D; }
span { border-color: rgb(205,218,109); }
td.TdClassName
{
border-color: #CDDA6D;
}
.TagClassName
{
border-color: #CDDA6D;
}
</style>