Shades of Goldenrod #DDDC65
Tints of Goldenrod #DDDC65
RGB
CMYK
RGB Variations
Color information
#DDDC65 (or 0xDDDC65) is known color: Goldenrod. HEX triplet: DD, DC and 65. RGB value is (221,220,101). Sum of RGB (Red+Green+Blue) = 221+220+101=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC65 is #22239A. Grayscale: #CFCFCF. Windows color (decimal): -2237339 or 6675677. OLE color: 6675677.
HSL color Cylindrical-coordinate representation of color #DDDC65: hue angle of 59.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDDC65 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 101 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.13 |
| HSL | 59.5º | 0.64% | 0.63% | - |
| HSV(B) | 59.5º | 0.54% | 0.87% | - |
| XYZ | 57.76 | 67.5 | 22.3 | - |
| YUV | 206.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 101 | 0 | 0.00 | 0.54 | 0.13 | 59.5 | 0.64 | 0.63 |
| Hex | DD | DC | 65 | 0 | 0 | 36 | D | 3C | 40 | 3F |
| Octal | 335 | 334 | 145 | 0 | 0 | 66 | 15 | 74 | 100 | 77 |
| Binary | 11011101 | 11011100 | 1100101 | 0 | 0 | 110110 | 1101 | 111100 | 1000000 | 111111 |
Color Harmonies of #DDDC65
Complementary color
Monochromatic Colors of #DDDC65
Black with #DDDC65
Text Example
Text Example
White with #DDDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC65; }
p { color: rgb(221,220,101); }
H1.HeaderClassName
{
color: #DDDC65;
}
.AnyTagClassName
{
color: #DDDC65;
}
</style>
background-color css
<style>
a { background-color: #DDDC65; }
a { background-color: rgb(221,220,101); }
div.DivClassName
{
background-color: #DDDC65;
}
.BgClassName
{
background-color: #DDDC65;
}
</style>
border-color css
<style>
span { border-color: #DDDC65; }
span { border-color: rgb(221,220,101); }
td.TdClassName
{
border-color: #DDDC65;
}
.TagClassName
{
border-color: #DDDC65;
}
</style>