Shades of Goldenrod #DDDA63
Tints of Goldenrod #DDDA63
RGB
CMYK
RGB Variations
Color information
#DDDA63 (or 0xDDDA63) is known color: Goldenrod. HEX triplet: DD, DA and 63. RGB value is (221,218,99). Sum of RGB (Red+Green+Blue) = 221+218+99=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA63 is #22259C. Grayscale: #CDCDCD. Windows color (decimal): -2237853 or 6544093. OLE color: 6544093.
HSL color Cylindrical-coordinate representation of color #DDDA63: hue angle of 58.52º 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 #DDDA63 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 99 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.13 |
| HSL | 58.52º | 0.64% | 0.63% | - |
| HSV(B) | 58.52º | 0.55% | 0.87% | - |
| XYZ | 57.14 | 66.42 | 21.61 | - |
| YUV | 205.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 99 | 0 | 0.01 | 0.55 | 0.13 | 58.52 | 0.64 | 0.63 |
| Hex | DD | DA | 63 | 0 | 1 | 37 | D | 3B | 40 | 3F |
| Octal | 335 | 332 | 143 | 0 | 1 | 67 | 15 | 73 | 100 | 77 |
| Binary | 11011101 | 11011010 | 1100011 | 0 | 1 | 110111 | 1101 | 111011 | 1000000 | 111111 |
Color Harmonies of #DDDA63
Complementary color
Monochromatic Colors of #DDDA63
Black with #DDDA63
Text Example
Text Example
White with #DDDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA63; }
p { color: rgb(221,218,99); }
H1.HeaderClassName
{
color: #DDDA63;
}
.AnyTagClassName
{
color: #DDDA63;
}
</style>
background-color css
<style>
a { background-color: #DDDA63; }
a { background-color: rgb(221,218,99); }
div.DivClassName
{
background-color: #DDDA63;
}
.BgClassName
{
background-color: #DDDA63;
}
</style>
border-color css
<style>
span { border-color: #DDDA63; }
span { border-color: rgb(221,218,99); }
td.TdClassName
{
border-color: #DDDA63;
}
.TagClassName
{
border-color: #DDDA63;
}
</style>