Shades of Goldenrod #CDD86C
Tints of Goldenrod #CDD86C
RGB
CMYK
RGB Variations
Color information
#CDD86C (or 0xCDD86C) is known color: Goldenrod. HEX triplet: CD, D8 and 6C. RGB value is (205,216,108). Sum of RGB (Red+Green+Blue) = 205+216+108=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD86C is #322793. Grayscale: #C8C8C8. Windows color (decimal): -3286932 or 7133389. OLE color: 7133389.
HSL color Cylindrical-coordinate representation of color #CDD86C: hue angle of 66.11º degrees, saturation: 0.58, 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 #CDD86C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 108 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.15 |
| HSL | 66.11º | 0.58% | 0.64% | - |
| HSV(B) | 66.11º | 0.5% | 0.85% | - |
| XYZ | 52.44 | 63.17 | 23.62 | - |
| YUV | 200.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 108 | 0.05 | 0 | 0.50 | 0.15 | 66.11 | 0.58 | 0.64 |
| Hex | CD | D8 | 6C | 5 | 0 | 32 | F | 42 | 3A | 40 |
| Octal | 315 | 330 | 154 | 5 | 0 | 62 | 17 | 102 | 72 | 100 |
| Binary | 11001101 | 11011000 | 1101100 | 101 | 0 | 110010 | 1111 | 1000010 | 111010 | 1000000 |
Color Harmonies of #CDD86C
Complementary color
Monochromatic Colors of #CDD86C
Black with #CDD86C
Text Example
Text Example
White with #CDD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD86C; }
p { color: rgb(205,216,108); }
H1.HeaderClassName
{
color: #CDD86C;
}
.AnyTagClassName
{
color: #CDD86C;
}
</style>
background-color css
<style>
a { background-color: #CDD86C; }
a { background-color: rgb(205,216,108); }
div.DivClassName
{
background-color: #CDD86C;
}
.BgClassName
{
background-color: #CDD86C;
}
</style>
border-color css
<style>
span { border-color: #CDD86C; }
span { border-color: rgb(205,216,108); }
td.TdClassName
{
border-color: #CDD86C;
}
.TagClassName
{
border-color: #CDD86C;
}
</style>