Shades of Goldenrod #CDDC63
Tints of Goldenrod #CDDC63
RGB
CMYK
RGB Variations
Color information
#CDDC63 (or 0xCDDC63) is known color: Goldenrod. HEX triplet: CD, DC and 63. RGB value is (205,220,99). Sum of RGB (Red+Green+Blue) = 205+220+99=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC63 is #32239C. Grayscale: #CACACA. Windows color (decimal): -3285917 or 6544589. OLE color: 6544589.
HSL color Cylindrical-coordinate representation of color #CDDC63: hue angle of 67.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDDC63 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 99 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.14 |
| HSL | 67.44º | 0.63% | 0.63% | - |
| HSV(B) | 67.44º | 0.55% | 0.86% | - |
| XYZ | 53.02 | 65.07 | 21.57 | - |
| YUV | 201.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 99 | 0.07 | 0 | 0.55 | 0.14 | 67.44 | 0.63 | 0.63 |
| Hex | CD | DC | 63 | 7 | 0 | 37 | E | 43 | 3F | 3F |
| Octal | 315 | 334 | 143 | 7 | 0 | 67 | 16 | 103 | 77 | 77 |
| Binary | 11001101 | 11011100 | 1100011 | 111 | 0 | 110111 | 1110 | 1000011 | 111111 | 111111 |
Color Harmonies of #CDDC63
Complementary color
Monochromatic Colors of #CDDC63
Black with #CDDC63
Text Example
Text Example
White with #CDDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC63; }
p { color: rgb(205,220,99); }
H1.HeaderClassName
{
color: #CDDC63;
}
.AnyTagClassName
{
color: #CDDC63;
}
</style>
background-color css
<style>
a { background-color: #CDDC63; }
a { background-color: rgb(205,220,99); }
div.DivClassName
{
background-color: #CDDC63;
}
.BgClassName
{
background-color: #CDDC63;
}
</style>
border-color css
<style>
span { border-color: #CDDC63; }
span { border-color: rgb(205,220,99); }
td.TdClassName
{
border-color: #CDDC63;
}
.TagClassName
{
border-color: #CDDC63;
}
</style>