Shades of Goldenrod #CDD26B
Tints of Goldenrod #CDD26B
RGB
CMYK
RGB Variations
Color information
#CDD26B (or 0xCDD26B) is known color: Goldenrod. HEX triplet: CD, D2 and 6B. RGB value is (205,210,107). Sum of RGB (Red+Green+Blue) = 205+210+107=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD26B is #322D94. Grayscale: #C5C5C5. Windows color (decimal): -3288469 or 7066317. OLE color: 7066317.
HSL color Cylindrical-coordinate representation of color #CDD26B: hue angle of 62.91º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDD26B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 107 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.18 |
| HSL | 62.91º | 0.53% | 0.62% | - |
| HSV(B) | 62.91º | 0.49% | 0.82% | - |
| XYZ | 50.88 | 60.13 | 22.84 | - |
| YUV | 196.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 107 | 0.02 | 0 | 0.49 | 0.18 | 62.91 | 0.53 | 0.62 |
| Hex | CD | D2 | 6B | 2 | 0 | 31 | 12 | 3F | 35 | 3E |
| Octal | 315 | 322 | 153 | 2 | 0 | 61 | 22 | 77 | 65 | 76 |
| Binary | 11001101 | 11010010 | 1101011 | 10 | 0 | 110001 | 10010 | 111111 | 110101 | 111110 |
Color Harmonies of #CDD26B
Complementary color
Monochromatic Colors of #CDD26B
Black with #CDD26B
Text Example
Text Example
White with #CDD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD26B; }
p { color: rgb(205,210,107); }
H1.HeaderClassName
{
color: #CDD26B;
}
.AnyTagClassName
{
color: #CDD26B;
}
</style>
background-color css
<style>
a { background-color: #CDD26B; }
a { background-color: rgb(205,210,107); }
div.DivClassName
{
background-color: #CDD26B;
}
.BgClassName
{
background-color: #CDD26B;
}
</style>
border-color css
<style>
span { border-color: #CDD26B; }
span { border-color: rgb(205,210,107); }
td.TdClassName
{
border-color: #CDD26B;
}
.TagClassName
{
border-color: #CDD26B;
}
</style>