Shades of Goldenrod #CDD66D
Tints of Goldenrod #CDD66D
RGB
CMYK
RGB Variations
Color information
#CDD66D (or 0xCDD66D) is known color: Goldenrod. HEX triplet: CD, D6 and 6D. RGB value is (205,214,109). Sum of RGB (Red+Green+Blue) = 205+214+109=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD66D is #322992. Grayscale: #C7C7C7. Windows color (decimal): -3287443 or 7198413. OLE color: 7198413.
HSL color Cylindrical-coordinate representation of color #CDD66D: hue angle of 65.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDD66D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 109 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.16 |
| HSL | 65.14º | 0.56% | 0.63% | - |
| HSV(B) | 65.14º | 0.49% | 0.84% | - |
| XYZ | 51.98 | 62.18 | 23.73 | - |
| YUV | 199.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 109 | 0.04 | 0 | 0.49 | 0.16 | 65.14 | 0.56 | 0.63 |
| Hex | CD | D6 | 6D | 4 | 0 | 31 | 10 | 41 | 38 | 3F |
| Octal | 315 | 326 | 155 | 4 | 0 | 61 | 20 | 101 | 70 | 77 |
| Binary | 11001101 | 11010110 | 1101101 | 100 | 0 | 110001 | 10000 | 1000001 | 111000 | 111111 |
Color Harmonies of #CDD66D
Complementary color
Monochromatic Colors of #CDD66D
Black with #CDD66D
Text Example
Text Example
White with #CDD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD66D; }
p { color: rgb(205,214,109); }
H1.HeaderClassName
{
color: #CDD66D;
}
.AnyTagClassName
{
color: #CDD66D;
}
</style>
background-color css
<style>
a { background-color: #CDD66D; }
a { background-color: rgb(205,214,109); }
div.DivClassName
{
background-color: #CDD66D;
}
.BgClassName
{
background-color: #CDD66D;
}
</style>
border-color css
<style>
span { border-color: #CDD66D; }
span { border-color: rgb(205,214,109); }
td.TdClassName
{
border-color: #CDD66D;
}
.TagClassName
{
border-color: #CDD66D;
}
</style>