Shades of Goldenrod #DDD965
Tints of Goldenrod #DDD965
RGB
CMYK
RGB Variations
Color information
#DDD965 (or 0xDDD965) is known color: Goldenrod. HEX triplet: DD, D9 and 65. RGB value is (221,217,101). Sum of RGB (Red+Green+Blue) = 221+217+101=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD965 is #22269A. Grayscale: #CDCDCD. Windows color (decimal): -2238107 or 6674909. OLE color: 6674909.
HSL color Cylindrical-coordinate representation of color #DDD965: hue angle of 58º 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 #DDD965 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 101 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.13 |
| HSL | 58º | 0.64% | 0.63% | - |
| HSV(B) | 58º | 0.54% | 0.87% | - |
| XYZ | 56.98 | 65.94 | 22.04 | - |
| YUV | 204.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 101 | 0 | 0.02 | 0.54 | 0.13 | 58 | 0.64 | 0.63 |
| Hex | DD | D9 | 65 | 0 | 2 | 36 | D | 3A | 40 | 3F |
| Octal | 335 | 331 | 145 | 0 | 2 | 66 | 15 | 72 | 100 | 77 |
| Binary | 11011101 | 11011001 | 1100101 | 0 | 10 | 110110 | 1101 | 111010 | 1000000 | 111111 |
Color Harmonies of #DDD965
Complementary color
Monochromatic Colors of #DDD965
Black with #DDD965
Text Example
Text Example
White with #DDD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD965; }
p { color: rgb(221,217,101); }
H1.HeaderClassName
{
color: #DDD965;
}
.AnyTagClassName
{
color: #DDD965;
}
</style>
background-color css
<style>
a { background-color: #DDD965; }
a { background-color: rgb(221,217,101); }
div.DivClassName
{
background-color: #DDD965;
}
.BgClassName
{
background-color: #DDD965;
}
</style>
border-color css
<style>
span { border-color: #DDD965; }
span { border-color: rgb(221,217,101); }
td.TdClassName
{
border-color: #DDD965;
}
.TagClassName
{
border-color: #DDD965;
}
</style>