Shades of Goldenrod #CDD26A
Tints of Goldenrod #CDD26A
RGB
CMYK
RGB Variations
Color information
#CDD26A (or 0xCDD26A) is known color: Goldenrod. HEX triplet: CD, D2 and 6A. RGB value is (205,210,106). Sum of RGB (Red+Green+Blue) = 205+210+106=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD26A is #322D95. Grayscale: #C5C5C5. Windows color (decimal): -3288470 or 7000781. OLE color: 7000781.
HSL color Cylindrical-coordinate representation of color #CDD26A: hue angle of 62.88º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD26A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 106 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.18 |
| HSL | 62.88º | 0.54% | 0.62% | - |
| HSV(B) | 62.88º | 0.5% | 0.82% | - |
| XYZ | 50.82 | 60.11 | 22.56 | - |
| YUV | 196.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 106 | 0.02 | 0 | 0.50 | 0.18 | 62.88 | 0.54 | 0.62 |
| Hex | CD | D2 | 6A | 2 | 0 | 32 | 12 | 3F | 36 | 3E |
| Octal | 315 | 322 | 152 | 2 | 0 | 62 | 22 | 77 | 66 | 76 |
| Binary | 11001101 | 11010010 | 1101010 | 10 | 0 | 110010 | 10010 | 111111 | 110110 | 111110 |
Color Harmonies of #CDD26A
Complementary color
Monochromatic Colors of #CDD26A
Black with #CDD26A
Text Example
Text Example
White with #CDD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD26A; }
p { color: rgb(205,210,106); }
H1.HeaderClassName
{
color: #CDD26A;
}
.AnyTagClassName
{
color: #CDD26A;
}
</style>
background-color css
<style>
a { background-color: #CDD26A; }
a { background-color: rgb(205,210,106); }
div.DivClassName
{
background-color: #CDD26A;
}
.BgClassName
{
background-color: #CDD26A;
}
</style>
border-color css
<style>
span { border-color: #CDD26A; }
span { border-color: rgb(205,210,106); }
td.TdClassName
{
border-color: #CDD26A;
}
.TagClassName
{
border-color: #CDD26A;
}
</style>