Shades of Goldenrod #DDD763
Tints of Goldenrod #DDD763
RGB
CMYK
RGB Variations
Color information
#DDD763 (or 0xDDD763) is known color: Goldenrod. HEX triplet: DD, D7 and 63. RGB value is (221,215,99). Sum of RGB (Red+Green+Blue) = 221+215+99=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD763 is #22289C. Grayscale: #CCCCCC. Windows color (decimal): -2238621 or 6543325. OLE color: 6543325.
HSL color Cylindrical-coordinate representation of color #DDD763: hue angle of 57.05º 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 #DDD763 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 99 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 57.05º | 0.64% | 0.63% | - |
| HSV(B) | 57.05º | 0.55% | 0.87% | - |
| XYZ | 56.37 | 64.87 | 21.36 | - |
| YUV | 203.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 99 | 0 | 0.03 | 0.55 | 0.13 | 57.05 | 0.64 | 0.63 |
| Hex | DD | D7 | 63 | 0 | 3 | 37 | D | 39 | 40 | 3F |
| Octal | 335 | 327 | 143 | 0 | 3 | 67 | 15 | 71 | 100 | 77 |
| Binary | 11011101 | 11010111 | 1100011 | 0 | 11 | 110111 | 1101 | 111001 | 1000000 | 111111 |
Color Harmonies of #DDD763
Complementary color
Monochromatic Colors of #DDD763
Black with #DDD763
Text Example
Text Example
White with #DDD763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD763; }
p { color: rgb(221,215,99); }
H1.HeaderClassName
{
color: #DDD763;
}
.AnyTagClassName
{
color: #DDD763;
}
</style>
background-color css
<style>
a { background-color: #DDD763; }
a { background-color: rgb(221,215,99); }
div.DivClassName
{
background-color: #DDD763;
}
.BgClassName
{
background-color: #DDD763;
}
</style>
border-color css
<style>
span { border-color: #DDD763; }
span { border-color: rgb(221,215,99); }
td.TdClassName
{
border-color: #DDD763;
}
.TagClassName
{
border-color: #DDD763;
}
</style>