Shades of Goldenrod #DDD864
Tints of Goldenrod #DDD864
RGB
CMYK
RGB Variations
Color information
#DDD864 (or 0xDDD864) is known color: Goldenrod. HEX triplet: DD, D8 and 64. RGB value is (221,216,100). Sum of RGB (Red+Green+Blue) = 221+216+100=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD864 is #22279B. Grayscale: #CCCCCC. Windows color (decimal): -2238364 or 6609117. OLE color: 6609117.
HSL color Cylindrical-coordinate representation of color #DDD864: hue angle of 57.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 #DDD864 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 100 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.13 |
| HSL | 57.52º | 0.64% | 0.63% | - |
| HSV(B) | 57.52º | 0.55% | 0.87% | - |
| XYZ | 56.67 | 65.4 | 21.69 | - |
| YUV | 204.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 100 | 0 | 0.02 | 0.55 | 0.13 | 57.52 | 0.64 | 0.63 |
| Hex | DD | D8 | 64 | 0 | 2 | 37 | D | 3A | 40 | 3F |
| Octal | 335 | 330 | 144 | 0 | 2 | 67 | 15 | 72 | 100 | 77 |
| Binary | 11011101 | 11011000 | 1100100 | 0 | 10 | 110111 | 1101 | 111010 | 1000000 | 111111 |
Color Harmonies of #DDD864
Complementary color
Monochromatic Colors of #DDD864
Black with #DDD864
Text Example
Text Example
White with #DDD864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD864; }
p { color: rgb(221,216,100); }
H1.HeaderClassName
{
color: #DDD864;
}
.AnyTagClassName
{
color: #DDD864;
}
</style>
background-color css
<style>
a { background-color: #DDD864; }
a { background-color: rgb(221,216,100); }
div.DivClassName
{
background-color: #DDD864;
}
.BgClassName
{
background-color: #DDD864;
}
</style>
border-color css
<style>
span { border-color: #DDD864; }
span { border-color: rgb(221,216,100); }
td.TdClassName
{
border-color: #DDD864;
}
.TagClassName
{
border-color: #DDD864;
}
</style>