Shades of Goldenrod #CDD86E
Tints of Goldenrod #CDD86E
RGB
CMYK
RGB Variations
Color information
#CDD86E (or 0xCDD86E) is known color: Goldenrod. HEX triplet: CD, D8 and 6E. RGB value is (205,216,110). Sum of RGB (Red+Green+Blue) = 205+216+110=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD86E is #322791. Grayscale: #C9C9C9. Windows color (decimal): -3286930 or 7264461. OLE color: 7264461.
HSL color Cylindrical-coordinate representation of color #CDD86E: hue angle of 66.23º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDD86E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 110 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.15 |
| HSL | 66.23º | 0.58% | 0.64% | - |
| HSV(B) | 66.23º | 0.49% | 0.85% | - |
| XYZ | 52.55 | 63.22 | 24.18 | - |
| YUV | 200.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 110 | 0.05 | 0 | 0.49 | 0.15 | 66.23 | 0.58 | 0.64 |
| Hex | CD | D8 | 6E | 5 | 0 | 31 | F | 42 | 3A | 40 |
| Octal | 315 | 330 | 156 | 5 | 0 | 61 | 17 | 102 | 72 | 100 |
| Binary | 11001101 | 11011000 | 1101110 | 101 | 0 | 110001 | 1111 | 1000010 | 111010 | 1000000 |
Color Harmonies of #CDD86E
Complementary color
Monochromatic Colors of #CDD86E
Black with #CDD86E
Text Example
Text Example
White with #CDD86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD86E; }
p { color: rgb(205,216,110); }
H1.HeaderClassName
{
color: #CDD86E;
}
.AnyTagClassName
{
color: #CDD86E;
}
</style>
background-color css
<style>
a { background-color: #CDD86E; }
a { background-color: rgb(205,216,110); }
div.DivClassName
{
background-color: #CDD86E;
}
.BgClassName
{
background-color: #CDD86E;
}
</style>
border-color css
<style>
span { border-color: #CDD86E; }
span { border-color: rgb(205,216,110); }
td.TdClassName
{
border-color: #CDD86E;
}
.TagClassName
{
border-color: #CDD86E;
}
</style>