Shades of Goldenrod #DDDD65
Tints of Goldenrod #DDDD65
RGB
CMYK
RGB Variations
Color information
#DDDD65 (or 0xDDDD65) is known color: Goldenrod. HEX triplet: DD, DD and 65. RGB value is (221,221,101). Sum of RGB (Red+Green+Blue) = 221+221+101=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD65 is #22229A. Grayscale: #CFCFCF. Windows color (decimal): -2237083 or 6675933. OLE color: 6675933.
HSL color Cylindrical-coordinate representation of color #DDDD65: hue angle of 60º 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 #DDDD65 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 101 | - |
| CMYK | 0 | 0 | 0.54 | 0.13 |
| HSL | 60º | 0.64% | 0.63% | - |
| HSV(B) | 60º | 0.54% | 0.87% | - |
| XYZ | 58.02 | 68.02 | 22.38 | - |
| YUV | 207.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 101 | 0 | 0 | 0.54 | 0.13 | 60 | 0.64 | 0.63 |
| Hex | DD | DD | 65 | 0 | 0 | 36 | D | 3C | 40 | 3F |
| Octal | 335 | 335 | 145 | 0 | 0 | 66 | 15 | 74 | 100 | 77 |
| Binary | 11011101 | 11011101 | 1100101 | 0 | 0 | 110110 | 1101 | 111100 | 1000000 | 111111 |
Color Harmonies of #DDDD65
Complementary color
Monochromatic Colors of #DDDD65
Black with #DDDD65
Text Example
Text Example
White with #DDDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD65; }
p { color: rgb(221,221,101); }
H1.HeaderClassName
{
color: #DDDD65;
}
.AnyTagClassName
{
color: #DDDD65;
}
</style>
background-color css
<style>
a { background-color: #DDDD65; }
a { background-color: rgb(221,221,101); }
div.DivClassName
{
background-color: #DDDD65;
}
.BgClassName
{
background-color: #DDDD65;
}
</style>
border-color css
<style>
span { border-color: #DDDD65; }
span { border-color: rgb(221,221,101); }
td.TdClassName
{
border-color: #DDDD65;
}
.TagClassName
{
border-color: #DDDD65;
}
</style>