Shades of Goldenrod #CDD56C
Tints of Goldenrod #CDD56C
RGB
CMYK
RGB Variations
Color information
#CDD56C (or 0xCDD56C) is known color: Goldenrod. HEX triplet: CD, D5 and 6C. RGB value is (205,213,108). Sum of RGB (Red+Green+Blue) = 205+213+108=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD56C is #322A93. Grayscale: #C7C7C7. Windows color (decimal): -3287700 or 7132621. OLE color: 7132621.
HSL color Cylindrical-coordinate representation of color #CDD56C: hue angle of 64.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDD56C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 108 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.16 |
| HSL | 64.57º | 0.56% | 0.63% | - |
| HSV(B) | 64.57º | 0.49% | 0.84% | - |
| XYZ | 51.68 | 61.65 | 23.36 | - |
| YUV | 198.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 108 | 0.04 | 0 | 0.49 | 0.16 | 64.57 | 0.56 | 0.63 |
| Hex | CD | D5 | 6C | 4 | 0 | 31 | 10 | 41 | 38 | 3F |
| Octal | 315 | 325 | 154 | 4 | 0 | 61 | 20 | 101 | 70 | 77 |
| Binary | 11001101 | 11010101 | 1101100 | 100 | 0 | 110001 | 10000 | 1000001 | 111000 | 111111 |
Color Harmonies of #CDD56C
Complementary color
Monochromatic Colors of #CDD56C
Black with #CDD56C
Text Example
Text Example
White with #CDD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD56C; }
p { color: rgb(205,213,108); }
H1.HeaderClassName
{
color: #CDD56C;
}
.AnyTagClassName
{
color: #CDD56C;
}
</style>
background-color css
<style>
a { background-color: #CDD56C; }
a { background-color: rgb(205,213,108); }
div.DivClassName
{
background-color: #CDD56C;
}
.BgClassName
{
background-color: #CDD56C;
}
</style>
border-color css
<style>
span { border-color: #CDD56C; }
span { border-color: rgb(205,213,108); }
td.TdClassName
{
border-color: #CDD56C;
}
.TagClassName
{
border-color: #CDD56C;
}
</style>