Shades of Goldenrod #DDD468
Tints of Goldenrod #DDD468
RGB
CMYK
RGB Variations
Color information
#DDD468 (or 0xDDD468) is known color: Goldenrod. HEX triplet: DD, D4 and 68. RGB value is (221,212,104). Sum of RGB (Red+Green+Blue) = 221+212+104=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD468 is #222B97. Grayscale: #CACACA. Windows color (decimal): -2239384 or 6870237. OLE color: 6870237.
HSL color Cylindrical-coordinate representation of color #DDD468: hue angle of 55.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDD468 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.13 |
| HSL | 55.38º | 0.63% | 0.64% | - |
| HSV(B) | 55.38º | 0.53% | 0.87% | - |
| XYZ | 55.86 | 63.46 | 22.4 | - |
| YUV | 202.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 104 | 0 | 0.04 | 0.53 | 0.13 | 55.38 | 0.63 | 0.64 |
| Hex | DD | D4 | 68 | 0 | 4 | 35 | D | 37 | 3F | 40 |
| Octal | 335 | 324 | 150 | 0 | 4 | 65 | 15 | 67 | 77 | 100 |
| Binary | 11011101 | 11010100 | 1101000 | 0 | 100 | 110101 | 1101 | 110111 | 111111 | 1000000 |
Color Harmonies of #DDD468
Complementary color
Monochromatic Colors of #DDD468
Black with #DDD468
Text Example
Text Example
White with #DDD468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD468; }
p { color: rgb(221,212,104); }
H1.HeaderClassName
{
color: #DDD468;
}
.AnyTagClassName
{
color: #DDD468;
}
</style>
background-color css
<style>
a { background-color: #DDD468; }
a { background-color: rgb(221,212,104); }
div.DivClassName
{
background-color: #DDD468;
}
.BgClassName
{
background-color: #DDD468;
}
</style>
border-color css
<style>
span { border-color: #DDD468; }
span { border-color: rgb(221,212,104); }
td.TdClassName
{
border-color: #DDD468;
}
.TagClassName
{
border-color: #DDD468;
}
</style>