Shades of Goldenrod #DDD464
Tints of Goldenrod #DDD464
RGB
CMYK
RGB Variations
Color information
#DDD464 (or 0xDDD464) is known color: Goldenrod. HEX triplet: DD, D4 and 64. RGB value is (221,212,100). Sum of RGB (Red+Green+Blue) = 221+212+100=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD464 is #222B9B. Grayscale: #CACACA. Windows color (decimal): -2239388 or 6608093. OLE color: 6608093.
HSL color Cylindrical-coordinate representation of color #DDD464: hue angle of 55.54º 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 #DDD464 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 100 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.13 |
| HSL | 55.54º | 0.64% | 0.63% | - |
| HSV(B) | 55.54º | 0.55% | 0.87% | - |
| XYZ | 55.66 | 63.38 | 21.36 | - |
| YUV | 201.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 100 | 0 | 0.04 | 0.55 | 0.13 | 55.54 | 0.64 | 0.63 |
| Hex | DD | D4 | 64 | 0 | 4 | 37 | D | 38 | 40 | 3F |
| Octal | 335 | 324 | 144 | 0 | 4 | 67 | 15 | 70 | 100 | 77 |
| Binary | 11011101 | 11010100 | 1100100 | 0 | 100 | 110111 | 1101 | 111000 | 1000000 | 111111 |
Color Harmonies of #DDD464
Complementary color
Monochromatic Colors of #DDD464
Black with #DDD464
Text Example
Text Example
White with #DDD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD464; }
p { color: rgb(221,212,100); }
H1.HeaderClassName
{
color: #DDD464;
}
.AnyTagClassName
{
color: #DDD464;
}
</style>
background-color css
<style>
a { background-color: #DDD464; }
a { background-color: rgb(221,212,100); }
div.DivClassName
{
background-color: #DDD464;
}
.BgClassName
{
background-color: #DDD464;
}
</style>
border-color css
<style>
span { border-color: #DDD464; }
span { border-color: rgb(221,212,100); }
td.TdClassName
{
border-color: #DDD464;
}
.TagClassName
{
border-color: #DDD464;
}
</style>