Shades of Goldenrod #DDD663
Tints of Goldenrod #DDD663
RGB
CMYK
RGB Variations
Color information
#DDD663 (or 0xDDD663) is known color: Goldenrod. HEX triplet: DD, D6 and 63. RGB value is (221,214,99). Sum of RGB (Red+Green+Blue) = 221+214+99=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD663 is #22299C. Grayscale: #CBCBCB. Windows color (decimal): -2238877 or 6543069. OLE color: 6543069.
HSL color Cylindrical-coordinate representation of color #DDD663: hue angle of 56.56º 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 #DDD663 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 99 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 56.56º | 0.64% | 0.63% | - |
| HSV(B) | 56.56º | 0.55% | 0.87% | - |
| XYZ | 56.12 | 64.37 | 21.27 | - |
| YUV | 202.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 99 | 0 | 0.03 | 0.55 | 0.13 | 56.56 | 0.64 | 0.63 |
| Hex | DD | D6 | 63 | 0 | 3 | 37 | D | 39 | 40 | 3F |
| Octal | 335 | 326 | 143 | 0 | 3 | 67 | 15 | 71 | 100 | 77 |
| Binary | 11011101 | 11010110 | 1100011 | 0 | 11 | 110111 | 1101 | 111001 | 1000000 | 111111 |
Color Harmonies of #DDD663
Complementary color
Monochromatic Colors of #DDD663
Black with #DDD663
Text Example
Text Example
White with #DDD663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD663; }
p { color: rgb(221,214,99); }
H1.HeaderClassName
{
color: #DDD663;
}
.AnyTagClassName
{
color: #DDD663;
}
</style>
background-color css
<style>
a { background-color: #DDD663; }
a { background-color: rgb(221,214,99); }
div.DivClassName
{
background-color: #DDD663;
}
.BgClassName
{
background-color: #DDD663;
}
</style>
border-color css
<style>
span { border-color: #DDD663; }
span { border-color: rgb(221,214,99); }
td.TdClassName
{
border-color: #DDD663;
}
.TagClassName
{
border-color: #DDD663;
}
</style>