Shades of Goldenrod #CDDA63
Tints of Goldenrod #CDDA63
RGB
CMYK
RGB Variations
Color information
#CDDA63 (or 0xCDDA63) is known color: Goldenrod. HEX triplet: CD, DA and 63. RGB value is (205,218,99). Sum of RGB (Red+Green+Blue) = 205+218+99=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA63 is #32259C. Grayscale: #C9C9C9. Windows color (decimal): -3286429 or 6544077. OLE color: 6544077.
HSL color Cylindrical-coordinate representation of color #CDDA63: hue angle of 66.55º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDDA63 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 99 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 66.55º | 0.62% | 0.62% | - |
| HSV(B) | 66.55º | 0.55% | 0.85% | - |
| XYZ | 52.5 | 64.02 | 21.39 | - |
| YUV | 200.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 99 | 0.06 | 0 | 0.55 | 0.15 | 66.55 | 0.62 | 0.62 |
| Hex | CD | DA | 63 | 6 | 0 | 37 | F | 43 | 3E | 3E |
| Octal | 315 | 332 | 143 | 6 | 0 | 67 | 17 | 103 | 76 | 76 |
| Binary | 11001101 | 11011010 | 1100011 | 110 | 0 | 110111 | 1111 | 1000011 | 111110 | 111110 |
Color Harmonies of #CDDA63
Complementary color
Monochromatic Colors of #CDDA63
Black with #CDDA63
Text Example
Text Example
White with #CDDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA63; }
p { color: rgb(205,218,99); }
H1.HeaderClassName
{
color: #CDDA63;
}
.AnyTagClassName
{
color: #CDDA63;
}
</style>
background-color css
<style>
a { background-color: #CDDA63; }
a { background-color: rgb(205,218,99); }
div.DivClassName
{
background-color: #CDDA63;
}
.BgClassName
{
background-color: #CDDA63;
}
</style>
border-color css
<style>
span { border-color: #CDDA63; }
span { border-color: rgb(205,218,99); }
td.TdClassName
{
border-color: #CDDA63;
}
.TagClassName
{
border-color: #CDDA63;
}
</style>