Shades of Goldenrod #CDD764
Tints of Goldenrod #CDD764
RGB
CMYK
RGB Variations
Color information
#CDD764 (or 0xCDD764) is known color: Goldenrod. HEX triplet: CD, D7 and 64. RGB value is (205,215,100). Sum of RGB (Red+Green+Blue) = 205+215+100=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD764 is #32289B. Grayscale: #C7C7C7. Windows color (decimal): -3287196 or 6608845. OLE color: 6608845.
HSL color Cylindrical-coordinate representation of color #CDD764: hue angle of 65.22º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD764 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 100 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.16 |
| HSL | 65.22º | 0.59% | 0.62% | - |
| HSV(B) | 65.22º | 0.53% | 0.84% | - |
| XYZ | 51.78 | 62.5 | 21.39 | - |
| YUV | 198.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 100 | 0.05 | 0 | 0.53 | 0.16 | 65.22 | 0.59 | 0.62 |
| Hex | CD | D7 | 64 | 5 | 0 | 35 | 10 | 41 | 3B | 3E |
| Octal | 315 | 327 | 144 | 5 | 0 | 65 | 20 | 101 | 73 | 76 |
| Binary | 11001101 | 11010111 | 1100100 | 101 | 0 | 110101 | 10000 | 1000001 | 111011 | 111110 |
Color Harmonies of #CDD764
Complementary color
Monochromatic Colors of #CDD764
Black with #CDD764
Text Example
Text Example
White with #CDD764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD764; }
p { color: rgb(205,215,100); }
H1.HeaderClassName
{
color: #CDD764;
}
.AnyTagClassName
{
color: #CDD764;
}
</style>
background-color css
<style>
a { background-color: #CDD764; }
a { background-color: rgb(205,215,100); }
div.DivClassName
{
background-color: #CDD764;
}
.BgClassName
{
background-color: #CDD764;
}
</style>
border-color css
<style>
span { border-color: #CDD764; }
span { border-color: rgb(205,215,100); }
td.TdClassName
{
border-color: #CDD764;
}
.TagClassName
{
border-color: #CDD764;
}
</style>