Shades of Goldenrod #DDD466
Tints of Goldenrod #DDD466
RGB
CMYK
RGB Variations
Color information
#DDD466 (or 0xDDD466) is known color: Goldenrod. HEX triplet: DD, D4 and 66. RGB value is (221,212,102). Sum of RGB (Red+Green+Blue) = 221+212+102=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD466 is #222B99. Grayscale: #CACACA. Windows color (decimal): -2239386 or 6739165. OLE color: 6739165.
HSL color Cylindrical-coordinate representation of color #DDD466: hue angle of 55.46º 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 #DDD466 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 102 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.13 |
| HSL | 55.46º | 0.64% | 0.63% | - |
| HSV(B) | 55.46º | 0.54% | 0.87% | - |
| XYZ | 55.76 | 63.42 | 21.87 | - |
| YUV | 202.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 102 | 0 | 0.04 | 0.54 | 0.13 | 55.46 | 0.64 | 0.63 |
| Hex | DD | D4 | 66 | 0 | 4 | 36 | D | 37 | 40 | 3F |
| Octal | 335 | 324 | 146 | 0 | 4 | 66 | 15 | 67 | 100 | 77 |
| Binary | 11011101 | 11010100 | 1100110 | 0 | 100 | 110110 | 1101 | 110111 | 1000000 | 111111 |
Color Harmonies of #DDD466
Complementary color
Monochromatic Colors of #DDD466
Black with #DDD466
Text Example
Text Example
White with #DDD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD466; }
p { color: rgb(221,212,102); }
H1.HeaderClassName
{
color: #DDD466;
}
.AnyTagClassName
{
color: #DDD466;
}
</style>
background-color css
<style>
a { background-color: #DDD466; }
a { background-color: rgb(221,212,102); }
div.DivClassName
{
background-color: #DDD466;
}
.BgClassName
{
background-color: #DDD466;
}
</style>
border-color css
<style>
span { border-color: #DDD466; }
span { border-color: rgb(221,212,102); }
td.TdClassName
{
border-color: #DDD466;
}
.TagClassName
{
border-color: #DDD466;
}
</style>