Shades of Goldenrod #CDD46B
Tints of Goldenrod #CDD46B
RGB
CMYK
RGB Variations
Color information
#CDD46B (or 0xCDD46B) is known color: Goldenrod. HEX triplet: CD, D4 and 6B. RGB value is (205,212,107). Sum of RGB (Red+Green+Blue) = 205+212+107=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD46B is #322B94. Grayscale: #C6C6C6. Windows color (decimal): -3287957 or 7066829. OLE color: 7066829.
HSL color Cylindrical-coordinate representation of color #CDD46B: hue angle of 64º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD46B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 107 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.17 |
| HSL | 64º | 0.55% | 0.63% | - |
| HSV(B) | 64º | 0.5% | 0.83% | - |
| XYZ | 51.37 | 61.13 | 23 | - |
| YUV | 197.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 107 | 0.03 | 0 | 0.50 | 0.17 | 64 | 0.55 | 0.63 |
| Hex | CD | D4 | 6B | 3 | 0 | 32 | 11 | 40 | 37 | 3F |
| Octal | 315 | 324 | 153 | 3 | 0 | 62 | 21 | 100 | 67 | 77 |
| Binary | 11001101 | 11010100 | 1101011 | 11 | 0 | 110010 | 10001 | 1000000 | 110111 | 111111 |
Color Harmonies of #CDD46B
Complementary color
Monochromatic Colors of #CDD46B
Black with #CDD46B
Text Example
Text Example
White with #CDD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD46B; }
p { color: rgb(205,212,107); }
H1.HeaderClassName
{
color: #CDD46B;
}
.AnyTagClassName
{
color: #CDD46B;
}
</style>
background-color css
<style>
a { background-color: #CDD46B; }
a { background-color: rgb(205,212,107); }
div.DivClassName
{
background-color: #CDD46B;
}
.BgClassName
{
background-color: #CDD46B;
}
</style>
border-color css
<style>
span { border-color: #CDD46B; }
span { border-color: rgb(205,212,107); }
td.TdClassName
{
border-color: #CDD46B;
}
.TagClassName
{
border-color: #CDD46B;
}
</style>