Shades of Goldenrod #CDDC61
Tints of Goldenrod #CDDC61
RGB
CMYK
RGB Variations
Color information
#CDDC61 (or 0xCDDC61) is known color: Goldenrod. HEX triplet: CD, DC and 61. RGB value is (205,220,97). Sum of RGB (Red+Green+Blue) = 205+220+97=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC61 is #32239E. Grayscale: #C9C9C9. Windows color (decimal): -3285919 or 6413517. OLE color: 6413517.
HSL color Cylindrical-coordinate representation of color #CDDC61: hue angle of 67.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDDC61 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 97 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.14 |
| HSL | 67.32º | 0.64% | 0.62% | - |
| HSV(B) | 67.32º | 0.56% | 0.86% | - |
| XYZ | 52.93 | 65.03 | 21.07 | - |
| YUV | 201.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 97 | 0.07 | 0 | 0.56 | 0.14 | 67.32 | 0.64 | 0.62 |
| Hex | CD | DC | 61 | 7 | 0 | 38 | E | 43 | 40 | 3E |
| Octal | 315 | 334 | 141 | 7 | 0 | 70 | 16 | 103 | 100 | 76 |
| Binary | 11001101 | 11011100 | 1100001 | 111 | 0 | 111000 | 1110 | 1000011 | 1000000 | 111110 |
Color Harmonies of #CDDC61
Complementary color
Monochromatic Colors of #CDDC61
Black with #CDDC61
Text Example
Text Example
White with #CDDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC61; }
p { color: rgb(205,220,97); }
H1.HeaderClassName
{
color: #CDDC61;
}
.AnyTagClassName
{
color: #CDDC61;
}
</style>
background-color css
<style>
a { background-color: #CDDC61; }
a { background-color: rgb(205,220,97); }
div.DivClassName
{
background-color: #CDDC61;
}
.BgClassName
{
background-color: #CDDC61;
}
</style>
border-color css
<style>
span { border-color: #CDDC61; }
span { border-color: rgb(205,220,97); }
td.TdClassName
{
border-color: #CDDC61;
}
.TagClassName
{
border-color: #CDDC61;
}
</style>