Shades of Goldenrod #DDD563
Tints of Goldenrod #DDD563
RGB
CMYK
RGB Variations
Color information
#DDD563 (or 0xDDD563) is known color: Goldenrod. HEX triplet: DD, D5 and 63. RGB value is (221,213,99). Sum of RGB (Red+Green+Blue) = 221+213+99=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD563 is #222A9C. Grayscale: #CACACA. Windows color (decimal): -2239133 or 6542813. OLE color: 6542813.
HSL color Cylindrical-coordinate representation of color #DDD563: hue angle of 56.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDD563 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 99 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.13 |
| HSL | 56.07º | 0.64% | 0.63% | - |
| HSV(B) | 56.07º | 0.55% | 0.87% | - |
| XYZ | 55.87 | 63.86 | 21.19 | - |
| YUV | 202.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 99 | 0 | 0.04 | 0.55 | 0.13 | 56.07 | 0.64 | 0.63 |
| Hex | DD | D5 | 63 | 0 | 4 | 37 | D | 38 | 40 | 3F |
| Octal | 335 | 325 | 143 | 0 | 4 | 67 | 15 | 70 | 100 | 77 |
| Binary | 11011101 | 11010101 | 1100011 | 0 | 100 | 110111 | 1101 | 111000 | 1000000 | 111111 |
Color Harmonies of #DDD563
Complementary color
Monochromatic Colors of #DDD563
Black with #DDD563
Text Example
Text Example
White with #DDD563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD563; }
p { color: rgb(221,213,99); }
H1.HeaderClassName
{
color: #DDD563;
}
.AnyTagClassName
{
color: #DDD563;
}
</style>
background-color css
<style>
a { background-color: #DDD563; }
a { background-color: rgb(221,213,99); }
div.DivClassName
{
background-color: #DDD563;
}
.BgClassName
{
background-color: #DDD563;
}
</style>
border-color css
<style>
span { border-color: #DDD563; }
span { border-color: rgb(221,213,99); }
td.TdClassName
{
border-color: #DDD563;
}
.TagClassName
{
border-color: #DDD563;
}
</style>