Shades of Goldenrod #CDD666
Tints of Goldenrod #CDD666
RGB
CMYK
RGB Variations
Color information
#CDD666 (or 0xCDD666) is known color: Goldenrod. HEX triplet: CD, D6 and 66. RGB value is (205,214,102). Sum of RGB (Red+Green+Blue) = 205+214+102=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD666 is #322999. Grayscale: #C6C6C6. Windows color (decimal): -3287450 or 6739661. OLE color: 6739661.
HSL color Cylindrical-coordinate representation of color #CDD666: hue angle of 64.82º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDD666 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 102 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.16 |
| HSL | 64.82º | 0.58% | 0.62% | - |
| HSV(B) | 64.82º | 0.52% | 0.84% | - |
| XYZ | 51.62 | 62.03 | 21.82 | - |
| YUV | 198.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 102 | 0.04 | 0 | 0.52 | 0.16 | 64.82 | 0.58 | 0.62 |
| Hex | CD | D6 | 66 | 4 | 0 | 34 | 10 | 41 | 3A | 3E |
| Octal | 315 | 326 | 146 | 4 | 0 | 64 | 20 | 101 | 72 | 76 |
| Binary | 11001101 | 11010110 | 1100110 | 100 | 0 | 110100 | 10000 | 1000001 | 111010 | 111110 |
Color Harmonies of #CDD666
Complementary color
Monochromatic Colors of #CDD666
Black with #CDD666
Text Example
Text Example
White with #CDD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD666; }
p { color: rgb(205,214,102); }
H1.HeaderClassName
{
color: #CDD666;
}
.AnyTagClassName
{
color: #CDD666;
}
</style>
background-color css
<style>
a { background-color: #CDD666; }
a { background-color: rgb(205,214,102); }
div.DivClassName
{
background-color: #CDD666;
}
.BgClassName
{
background-color: #CDD666;
}
</style>
border-color css
<style>
span { border-color: #CDD666; }
span { border-color: rgb(205,214,102); }
td.TdClassName
{
border-color: #CDD666;
}
.TagClassName
{
border-color: #CDD666;
}
</style>