Shades of Goldenrod #CDD96B
Tints of Goldenrod #CDD96B
RGB
CMYK
RGB Variations
Color information
#CDD96B (or 0xCDD96B) is known color: Goldenrod. HEX triplet: CD, D9 and 6B. RGB value is (205,217,107). Sum of RGB (Red+Green+Blue) = 205+217+107=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96B is #322694. Grayscale: #C9C9C9. Windows color (decimal): -3286677 or 7068109. OLE color: 7068109.
HSL color Cylindrical-coordinate representation of color #CDD96B: hue angle of 66.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD96B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 107 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 66.55º | 0.59% | 0.64% | - |
| HSV(B) | 66.55º | 0.51% | 0.85% | - |
| XYZ | 52.64 | 63.67 | 23.42 | - |
| YUV | 200.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 107 | 0.06 | 0 | 0.51 | 0.15 | 66.55 | 0.59 | 0.64 |
| Hex | CD | D9 | 6B | 6 | 0 | 33 | F | 43 | 3B | 40 |
| Octal | 315 | 331 | 153 | 6 | 0 | 63 | 17 | 103 | 73 | 100 |
| Binary | 11001101 | 11011001 | 1101011 | 110 | 0 | 110011 | 1111 | 1000011 | 111011 | 1000000 |
Color Harmonies of #CDD96B
Complementary color
Monochromatic Colors of #CDD96B
Black with #CDD96B
Text Example
Text Example
White with #CDD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD96B; }
p { color: rgb(205,217,107); }
H1.HeaderClassName
{
color: #CDD96B;
}
.AnyTagClassName
{
color: #CDD96B;
}
</style>
background-color css
<style>
a { background-color: #CDD96B; }
a { background-color: rgb(205,217,107); }
div.DivClassName
{
background-color: #CDD96B;
}
.BgClassName
{
background-color: #CDD96B;
}
</style>
border-color css
<style>
span { border-color: #CDD96B; }
span { border-color: rgb(205,217,107); }
td.TdClassName
{
border-color: #CDD96B;
}
.TagClassName
{
border-color: #CDD96B;
}
</style>