Shades of Goldenrod #CDD96D
Tints of Goldenrod #CDD96D
RGB
CMYK
RGB Variations
Color information
#CDD96D (or 0xCDD96D) is known color: Goldenrod. HEX triplet: CD, D9 and 6D. RGB value is (205,217,109). Sum of RGB (Red+Green+Blue) = 205+217+109=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96D is #322692. Grayscale: #C9C9C9. Windows color (decimal): -3286675 or 7199181. OLE color: 7199181.
HSL color Cylindrical-coordinate representation of color #CDD96D: hue angle of 66.67º degrees, saturation: 0.59, 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 #CDD96D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 109 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.15 |
| HSL | 66.67º | 0.59% | 0.64% | - |
| HSV(B) | 66.67º | 0.5% | 0.85% | - |
| XYZ | 52.75 | 63.71 | 23.98 | - |
| YUV | 201.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 109 | 0.06 | 0 | 0.50 | 0.15 | 66.67 | 0.59 | 0.64 |
| Hex | CD | D9 | 6D | 6 | 0 | 32 | F | 43 | 3B | 40 |
| Octal | 315 | 331 | 155 | 6 | 0 | 62 | 17 | 103 | 73 | 100 |
| Binary | 11001101 | 11011001 | 1101101 | 110 | 0 | 110010 | 1111 | 1000011 | 111011 | 1000000 |
Color Harmonies of #CDD96D
Complementary color
Monochromatic Colors of #CDD96D
Black with #CDD96D
Text Example
Text Example
White with #CDD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD96D; }
p { color: rgb(205,217,109); }
H1.HeaderClassName
{
color: #CDD96D;
}
.AnyTagClassName
{
color: #CDD96D;
}
</style>
background-color css
<style>
a { background-color: #CDD96D; }
a { background-color: rgb(205,217,109); }
div.DivClassName
{
background-color: #CDD96D;
}
.BgClassName
{
background-color: #CDD96D;
}
</style>
border-color css
<style>
span { border-color: #CDD96D; }
span { border-color: rgb(205,217,109); }
td.TdClassName
{
border-color: #CDD96D;
}
.TagClassName
{
border-color: #CDD96D;
}
</style>