Shades of Goldenrod #DDD765
Tints of Goldenrod #DDD765
RGB
CMYK
RGB Variations
Color information
#DDD765 (or 0xDDD765) is known color: Goldenrod. HEX triplet: DD, D7 and 65. RGB value is (221,215,101). Sum of RGB (Red+Green+Blue) = 221+215+101=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD765 is #22289A. Grayscale: #CCCCCC. Windows color (decimal): -2238619 or 6674397. OLE color: 6674397.
HSL color Cylindrical-coordinate representation of color #DDD765: hue angle of 57º 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 #DDD765 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 101 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.13 |
| HSL | 57º | 0.64% | 0.63% | - |
| HSV(B) | 57º | 0.54% | 0.87% | - |
| XYZ | 56.47 | 64.91 | 21.87 | - |
| YUV | 203.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 101 | 0 | 0.03 | 0.54 | 0.13 | 57 | 0.64 | 0.63 |
| Hex | DD | D7 | 65 | 0 | 3 | 36 | D | 39 | 40 | 3F |
| Octal | 335 | 327 | 145 | 0 | 3 | 66 | 15 | 71 | 100 | 77 |
| Binary | 11011101 | 11010111 | 1100101 | 0 | 11 | 110110 | 1101 | 111001 | 1000000 | 111111 |
Color Harmonies of #DDD765
Complementary color
Monochromatic Colors of #DDD765
Black with #DDD765
Text Example
Text Example
White with #DDD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD765; }
p { color: rgb(221,215,101); }
H1.HeaderClassName
{
color: #DDD765;
}
.AnyTagClassName
{
color: #DDD765;
}
</style>
background-color css
<style>
a { background-color: #DDD765; }
a { background-color: rgb(221,215,101); }
div.DivClassName
{
background-color: #DDD765;
}
.BgClassName
{
background-color: #DDD765;
}
</style>
border-color css
<style>
span { border-color: #DDD765; }
span { border-color: rgb(221,215,101); }
td.TdClassName
{
border-color: #DDD765;
}
.TagClassName
{
border-color: #DDD765;
}
</style>