Shades of Goldenrod #CDD56F
Tints of Goldenrod #CDD56F
RGB
CMYK
RGB Variations
Color information
#CDD56F (or 0xCDD56F) is known color: Goldenrod. HEX triplet: CD, D5 and 6F. RGB value is (205,213,111). Sum of RGB (Red+Green+Blue) = 205+213+111=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD56F is #322A90. Grayscale: #C7C7C7. Windows color (decimal): -3287697 or 7329229. OLE color: 7329229.
HSL color Cylindrical-coordinate representation of color #CDD56F: hue angle of 64.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDD56F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 111 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.16 |
| HSL | 64.71º | 0.55% | 0.64% | - |
| HSV(B) | 64.71º | 0.48% | 0.84% | - |
| XYZ | 51.84 | 61.72 | 24.22 | - |
| YUV | 198.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 111 | 0.04 | 0 | 0.48 | 0.16 | 64.71 | 0.55 | 0.64 |
| Hex | CD | D5 | 6F | 4 | 0 | 30 | 10 | 41 | 37 | 40 |
| Octal | 315 | 325 | 157 | 4 | 0 | 60 | 20 | 101 | 67 | 100 |
| Binary | 11001101 | 11010101 | 1101111 | 100 | 0 | 110000 | 10000 | 1000001 | 110111 | 1000000 |
Color Harmonies of #CDD56F
Complementary color
Monochromatic Colors of #CDD56F
Black with #CDD56F
Text Example
Text Example
White with #CDD56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD56F; }
p { color: rgb(205,213,111); }
H1.HeaderClassName
{
color: #CDD56F;
}
.AnyTagClassName
{
color: #CDD56F;
}
</style>
background-color css
<style>
a { background-color: #CDD56F; }
a { background-color: rgb(205,213,111); }
div.DivClassName
{
background-color: #CDD56F;
}
.BgClassName
{
background-color: #CDD56F;
}
</style>
border-color css
<style>
span { border-color: #CDD56F; }
span { border-color: rgb(205,213,111); }
td.TdClassName
{
border-color: #CDD56F;
}
.TagClassName
{
border-color: #CDD56F;
}
</style>