Shades of Goldenrod #DDD865
Tints of Goldenrod #DDD865
RGB
CMYK
RGB Variations
Color information
#DDD865 (or 0xDDD865) is known color: Goldenrod. HEX triplet: DD, D8 and 65. RGB value is (221,216,101). Sum of RGB (Red+Green+Blue) = 221+216+101=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD865 is #22279A. Grayscale: #CCCCCC. Windows color (decimal): -2238363 or 6674653. OLE color: 6674653.
HSL color Cylindrical-coordinate representation of color #DDD865: hue angle of 57.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 #DDD865 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 101 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.13 |
| HSL | 57.5º | 0.64% | 0.63% | - |
| HSV(B) | 57.5º | 0.54% | 0.87% | - |
| XYZ | 56.72 | 65.42 | 21.95 | - |
| YUV | 204.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 101 | 0 | 0.02 | 0.54 | 0.13 | 57.5 | 0.64 | 0.63 |
| Hex | DD | D8 | 65 | 0 | 2 | 36 | D | 3A | 40 | 3F |
| Octal | 335 | 330 | 145 | 0 | 2 | 66 | 15 | 72 | 100 | 77 |
| Binary | 11011101 | 11011000 | 1100101 | 0 | 10 | 110110 | 1101 | 111010 | 1000000 | 111111 |
Color Harmonies of #DDD865
Complementary color
Monochromatic Colors of #DDD865
Black with #DDD865
Text Example
Text Example
White with #DDD865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD865; }
p { color: rgb(221,216,101); }
H1.HeaderClassName
{
color: #DDD865;
}
.AnyTagClassName
{
color: #DDD865;
}
</style>
background-color css
<style>
a { background-color: #DDD865; }
a { background-color: rgb(221,216,101); }
div.DivClassName
{
background-color: #DDD865;
}
.BgClassName
{
background-color: #DDD865;
}
</style>
border-color css
<style>
span { border-color: #DDD865; }
span { border-color: rgb(221,216,101); }
td.TdClassName
{
border-color: #DDD865;
}
.TagClassName
{
border-color: #DDD865;
}
</style>