Shades of Goldenrod #CDD963
Tints of Goldenrod #CDD963
RGB
CMYK
RGB Variations
Color information
#CDD963 (or 0xCDD963) is known color: Goldenrod. HEX triplet: CD, D9 and 63. RGB value is (205,217,99). Sum of RGB (Red+Green+Blue) = 205+217+99=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD963 is #32269C. Grayscale: #C8C8C8. Windows color (decimal): -3286685 or 6543821. OLE color: 6543821.
HSL color Cylindrical-coordinate representation of color #CDD963: hue angle of 66.1º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD963 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 99 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.15 |
| HSL | 66.1º | 0.61% | 0.62% | - |
| HSV(B) | 66.1º | 0.54% | 0.85% | - |
| XYZ | 52.24 | 63.51 | 21.31 | - |
| YUV | 199.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 99 | 0.06 | 0 | 0.54 | 0.15 | 66.1 | 0.61 | 0.62 |
| Hex | CD | D9 | 63 | 6 | 0 | 36 | F | 42 | 3D | 3E |
| Octal | 315 | 331 | 143 | 6 | 0 | 66 | 17 | 102 | 75 | 76 |
| Binary | 11001101 | 11011001 | 1100011 | 110 | 0 | 110110 | 1111 | 1000010 | 111101 | 111110 |
Color Harmonies of #CDD963
Complementary color
Monochromatic Colors of #CDD963
Black with #CDD963
Text Example
Text Example
White with #CDD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD963; }
p { color: rgb(205,217,99); }
H1.HeaderClassName
{
color: #CDD963;
}
.AnyTagClassName
{
color: #CDD963;
}
</style>
background-color css
<style>
a { background-color: #CDD963; }
a { background-color: rgb(205,217,99); }
div.DivClassName
{
background-color: #CDD963;
}
.BgClassName
{
background-color: #CDD963;
}
</style>
border-color css
<style>
span { border-color: #CDD963; }
span { border-color: rgb(205,217,99); }
td.TdClassName
{
border-color: #CDD963;
}
.TagClassName
{
border-color: #CDD963;
}
</style>