Shades of Goldenrod #CDD96A
Tints of Goldenrod #CDD96A
RGB
CMYK
RGB Variations
Color information
#CDD96A (or 0xCDD96A) is known color: Goldenrod. HEX triplet: CD, D9 and 6A. RGB value is (205,217,106). Sum of RGB (Red+Green+Blue) = 205+217+106=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96A is #322695. Grayscale: #C9C9C9. Windows color (decimal): -3286678 or 7002573. OLE color: 7002573.
HSL color Cylindrical-coordinate representation of color #CDD96A: hue angle of 66.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD96A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 106 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 66.49º | 0.59% | 0.63% | - |
| HSV(B) | 66.49º | 0.51% | 0.85% | - |
| XYZ | 52.59 | 63.65 | 23.15 | - |
| YUV | 200.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 106 | 0.06 | 0 | 0.51 | 0.15 | 66.49 | 0.59 | 0.63 |
| Hex | CD | D9 | 6A | 6 | 0 | 33 | F | 42 | 3B | 3F |
| Octal | 315 | 331 | 152 | 6 | 0 | 63 | 17 | 102 | 73 | 77 |
| Binary | 11001101 | 11011001 | 1101010 | 110 | 0 | 110011 | 1111 | 1000010 | 111011 | 111111 |
Color Harmonies of #CDD96A
Complementary color
Monochromatic Colors of #CDD96A
Black with #CDD96A
Text Example
Text Example
White with #CDD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD96A; }
p { color: rgb(205,217,106); }
H1.HeaderClassName
{
color: #CDD96A;
}
.AnyTagClassName
{
color: #CDD96A;
}
</style>
background-color css
<style>
a { background-color: #CDD96A; }
a { background-color: rgb(205,217,106); }
div.DivClassName
{
background-color: #CDD96A;
}
.BgClassName
{
background-color: #CDD96A;
}
</style>
border-color css
<style>
span { border-color: #CDD96A; }
span { border-color: rgb(205,217,106); }
td.TdClassName
{
border-color: #CDD96A;
}
.TagClassName
{
border-color: #CDD96A;
}
</style>