Shades of Goldenrod #CDD26D
Tints of Goldenrod #CDD26D
RGB
CMYK
RGB Variations
Color information
#CDD26D (or 0xCDD26D) is known color: Goldenrod. HEX triplet: CD, D2 and 6D. RGB value is (205,210,109). Sum of RGB (Red+Green+Blue) = 205+210+109=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD26D is #322D92. Grayscale: #C5C5C5. Windows color (decimal): -3288467 or 7197389. OLE color: 7197389.
HSL color Cylindrical-coordinate representation of color #CDD26D: hue angle of 62.97º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDD26D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 109 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.18 |
| HSL | 62.97º | 0.53% | 0.63% | - |
| HSV(B) | 62.97º | 0.48% | 0.82% | - |
| XYZ | 50.98 | 60.18 | 23.4 | - |
| YUV | 196.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 109 | 0.02 | 0 | 0.48 | 0.18 | 62.97 | 0.53 | 0.63 |
| Hex | CD | D2 | 6D | 2 | 0 | 30 | 12 | 3F | 35 | 3F |
| Octal | 315 | 322 | 155 | 2 | 0 | 60 | 22 | 77 | 65 | 77 |
| Binary | 11001101 | 11010010 | 1101101 | 10 | 0 | 110000 | 10010 | 111111 | 110101 | 111111 |
Color Harmonies of #CDD26D
Complementary color
Monochromatic Colors of #CDD26D
Black with #CDD26D
Text Example
Text Example
White with #CDD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD26D; }
p { color: rgb(205,210,109); }
H1.HeaderClassName
{
color: #CDD26D;
}
.AnyTagClassName
{
color: #CDD26D;
}
</style>
background-color css
<style>
a { background-color: #CDD26D; }
a { background-color: rgb(205,210,109); }
div.DivClassName
{
background-color: #CDD26D;
}
.BgClassName
{
background-color: #CDD26D;
}
</style>
border-color css
<style>
span { border-color: #CDD26D; }
span { border-color: rgb(205,210,109); }
td.TdClassName
{
border-color: #CDD26D;
}
.TagClassName
{
border-color: #CDD26D;
}
</style>