Shades of Goldenrod #DDD265
Tints of Goldenrod #DDD265
RGB
CMYK
RGB Variations
Color information
#DDD265 (or 0xDDD265) is known color: Goldenrod. HEX triplet: DD, D2 and 65. RGB value is (221,210,101). Sum of RGB (Red+Green+Blue) = 221+210+101=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD265 is #222D9A. Grayscale: #C9C9C9. Windows color (decimal): -2239899 or 6673117. OLE color: 6673117.
HSL color Cylindrical-coordinate representation of color #DDD265: hue angle of 54.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 #DDD265 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 101 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.13 |
| HSL | 54.5º | 0.64% | 0.63% | - |
| HSV(B) | 54.5º | 0.54% | 0.87% | - |
| XYZ | 55.21 | 62.4 | 21.45 | - |
| YUV | 200.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 101 | 0 | 0.05 | 0.54 | 0.13 | 54.5 | 0.64 | 0.63 |
| Hex | DD | D2 | 65 | 0 | 5 | 36 | D | 36 | 40 | 3F |
| Octal | 335 | 322 | 145 | 0 | 5 | 66 | 15 | 66 | 100 | 77 |
| Binary | 11011101 | 11010010 | 1100101 | 0 | 101 | 110110 | 1101 | 110110 | 1000000 | 111111 |
Color Harmonies of #DDD265
Complementary color
Monochromatic Colors of #DDD265
Black with #DDD265
Text Example
Text Example
White with #DDD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD265; }
p { color: rgb(221,210,101); }
H1.HeaderClassName
{
color: #DDD265;
}
.AnyTagClassName
{
color: #DDD265;
}
</style>
background-color css
<style>
a { background-color: #DDD265; }
a { background-color: rgb(221,210,101); }
div.DivClassName
{
background-color: #DDD265;
}
.BgClassName
{
background-color: #DDD265;
}
</style>
border-color css
<style>
span { border-color: #DDD265; }
span { border-color: rgb(221,210,101); }
td.TdClassName
{
border-color: #DDD265;
}
.TagClassName
{
border-color: #DDD265;
}
</style>