Shades of Goldenrod #CDDC66
Tints of Goldenrod #CDDC66
RGB
CMYK
RGB Variations
Color information
#CDDC66 (or 0xCDDC66) is known color: Goldenrod. HEX triplet: CD, DC and 66. RGB value is (205,220,102). Sum of RGB (Red+Green+Blue) = 205+220+102=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC66 is #322399. Grayscale: #CACACA. Windows color (decimal): -3285914 or 6741197. OLE color: 6741197.
HSL color Cylindrical-coordinate representation of color #CDDC66: hue angle of 67.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDDC66 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 102 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.14 |
| HSL | 67.63º | 0.63% | 0.63% | - |
| HSV(B) | 67.63º | 0.54% | 0.86% | - |
| XYZ | 53.17 | 65.12 | 22.34 | - |
| YUV | 202.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 102 | 0.07 | 0 | 0.54 | 0.14 | 67.63 | 0.63 | 0.63 |
| Hex | CD | DC | 66 | 7 | 0 | 36 | E | 44 | 3F | 3F |
| Octal | 315 | 334 | 146 | 7 | 0 | 66 | 16 | 104 | 77 | 77 |
| Binary | 11001101 | 11011100 | 1100110 | 111 | 0 | 110110 | 1110 | 1000100 | 111111 | 111111 |
Color Harmonies of #CDDC66
Complementary color
Monochromatic Colors of #CDDC66
Black with #CDDC66
Text Example
Text Example
White with #CDDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC66; }
p { color: rgb(205,220,102); }
H1.HeaderClassName
{
color: #CDDC66;
}
.AnyTagClassName
{
color: #CDDC66;
}
</style>
background-color css
<style>
a { background-color: #CDDC66; }
a { background-color: rgb(205,220,102); }
div.DivClassName
{
background-color: #CDDC66;
}
.BgClassName
{
background-color: #CDDC66;
}
</style>
border-color css
<style>
span { border-color: #CDDC66; }
span { border-color: rgb(205,220,102); }
td.TdClassName
{
border-color: #CDDC66;
}
.TagClassName
{
border-color: #CDDC66;
}
</style>