Shades of Goldenrod #CDD66C
Tints of Goldenrod #CDD66C
RGB
CMYK
RGB Variations
Color information
#CDD66C (or 0xCDD66C) is known color: Goldenrod. HEX triplet: CD, D6 and 6C. RGB value is (205,214,108). Sum of RGB (Red+Green+Blue) = 205+214+108=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD66C is #322993. Grayscale: #C7C7C7. Windows color (decimal): -3287444 or 7132877. OLE color: 7132877.
HSL color Cylindrical-coordinate representation of color #CDD66C: hue angle of 65.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD66C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 108 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.16 |
| HSL | 65.09º | 0.56% | 0.63% | - |
| HSV(B) | 65.09º | 0.5% | 0.84% | - |
| XYZ | 51.93 | 62.15 | 23.45 | - |
| YUV | 199.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 108 | 0.04 | 0 | 0.50 | 0.16 | 65.09 | 0.56 | 0.63 |
| Hex | CD | D6 | 6C | 4 | 0 | 32 | 10 | 41 | 38 | 3F |
| Octal | 315 | 326 | 154 | 4 | 0 | 62 | 20 | 101 | 70 | 77 |
| Binary | 11001101 | 11010110 | 1101100 | 100 | 0 | 110010 | 10000 | 1000001 | 111000 | 111111 |
Color Harmonies of #CDD66C
Complementary color
Monochromatic Colors of #CDD66C
Black with #CDD66C
Text Example
Text Example
White with #CDD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD66C; }
p { color: rgb(205,214,108); }
H1.HeaderClassName
{
color: #CDD66C;
}
.AnyTagClassName
{
color: #CDD66C;
}
</style>
background-color css
<style>
a { background-color: #CDD66C; }
a { background-color: rgb(205,214,108); }
div.DivClassName
{
background-color: #CDD66C;
}
.BgClassName
{
background-color: #CDD66C;
}
</style>
border-color css
<style>
span { border-color: #CDD66C; }
span { border-color: rgb(205,214,108); }
td.TdClassName
{
border-color: #CDD66C;
}
.TagClassName
{
border-color: #CDD66C;
}
</style>