Shades of Goldenrod #CDD56A
Tints of Goldenrod #CDD56A
RGB
CMYK
RGB Variations
Color information
#CDD56A (or 0xCDD56A) is known color: Goldenrod. HEX triplet: CD, D5 and 6A. RGB value is (205,213,106). Sum of RGB (Red+Green+Blue) = 205+213+106=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD56A is #322A95. Grayscale: #C6C6C6. Windows color (decimal): -3287702 or 7001549. OLE color: 7001549.
HSL color Cylindrical-coordinate representation of color #CDD56A: hue angle of 64.49º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD56A is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 106 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.16 |
| HSL | 64.49º | 0.56% | 0.63% | - |
| HSV(B) | 64.49º | 0.5% | 0.84% | - |
| XYZ | 51.57 | 61.61 | 22.81 | - |
| YUV | 198.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 106 | 0.04 | 0 | 0.50 | 0.16 | 64.49 | 0.56 | 0.63 |
| Hex | CD | D5 | 6A | 4 | 0 | 32 | 10 | 40 | 38 | 3F |
| Octal | 315 | 325 | 152 | 4 | 0 | 62 | 20 | 100 | 70 | 77 |
| Binary | 11001101 | 11010101 | 1101010 | 100 | 0 | 110010 | 10000 | 1000000 | 111000 | 111111 |
Color Harmonies of #CDD56A
Complementary color
Monochromatic Colors of #CDD56A
Black with #CDD56A
Text Example
Text Example
White with #CDD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD56A; }
p { color: rgb(205,213,106); }
H1.HeaderClassName
{
color: #CDD56A;
}
.AnyTagClassName
{
color: #CDD56A;
}
</style>
background-color css
<style>
a { background-color: #CDD56A; }
a { background-color: rgb(205,213,106); }
div.DivClassName
{
background-color: #CDD56A;
}
.BgClassName
{
background-color: #CDD56A;
}
</style>
border-color css
<style>
span { border-color: #CDD56A; }
span { border-color: rgb(205,213,106); }
td.TdClassName
{
border-color: #CDD56A;
}
.TagClassName
{
border-color: #CDD56A;
}
</style>