Shades of Goldenrod #CDD46D
Tints of Goldenrod #CDD46D
RGB
CMYK
RGB Variations
Color information
#CDD46D (or 0xCDD46D) is known color: Goldenrod. HEX triplet: CD, D4 and 6D. RGB value is (205,212,109). Sum of RGB (Red+Green+Blue) = 205+212+109=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD46D is #322B92. Grayscale: #C6C6C6. Windows color (decimal): -3287955 or 7197901. OLE color: 7197901.
HSL color Cylindrical-coordinate representation of color #CDD46D: hue angle of 64.08º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDD46D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 109 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.17 |
| HSL | 64.08º | 0.54% | 0.63% | - |
| HSV(B) | 64.08º | 0.49% | 0.83% | - |
| XYZ | 51.48 | 61.17 | 23.56 | - |
| YUV | 198.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 109 | 0.03 | 0 | 0.49 | 0.17 | 64.08 | 0.54 | 0.63 |
| Hex | CD | D4 | 6D | 3 | 0 | 31 | 11 | 40 | 36 | 3F |
| Octal | 315 | 324 | 155 | 3 | 0 | 61 | 21 | 100 | 66 | 77 |
| Binary | 11001101 | 11010100 | 1101101 | 11 | 0 | 110001 | 10001 | 1000000 | 110110 | 111111 |
Color Harmonies of #CDD46D
Complementary color
Monochromatic Colors of #CDD46D
Black with #CDD46D
Text Example
Text Example
White with #CDD46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD46D; }
p { color: rgb(205,212,109); }
H1.HeaderClassName
{
color: #CDD46D;
}
.AnyTagClassName
{
color: #CDD46D;
}
</style>
background-color css
<style>
a { background-color: #CDD46D; }
a { background-color: rgb(205,212,109); }
div.DivClassName
{
background-color: #CDD46D;
}
.BgClassName
{
background-color: #CDD46D;
}
</style>
border-color css
<style>
span { border-color: #CDD46D; }
span { border-color: rgb(205,212,109); }
td.TdClassName
{
border-color: #CDD46D;
}
.TagClassName
{
border-color: #CDD46D;
}
</style>