Shades of Goldenrod #DDD368
Tints of Goldenrod #DDD368
RGB
CMYK
RGB Variations
Color information
#DDD368 (or 0xDDD368) is known color: Goldenrod. HEX triplet: DD, D3 and 68. RGB value is (221,211,104). Sum of RGB (Red+Green+Blue) = 221+211+104=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD368 is #222C97. Grayscale: #CACACA. Windows color (decimal): -2239640 or 6869981. OLE color: 6869981.
HSL color Cylindrical-coordinate representation of color #DDD368: hue angle of 54.87º 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 #DDD368 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 104 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 54.87º | 0.63% | 0.64% | - |
| HSV(B) | 54.87º | 0.53% | 0.87% | - |
| XYZ | 55.61 | 62.96 | 22.32 | - |
| YUV | 201.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 104 | 0 | 0.05 | 0.53 | 0.13 | 54.87 | 0.63 | 0.64 |
| Hex | DD | D3 | 68 | 0 | 5 | 35 | D | 37 | 3F | 40 |
| Octal | 335 | 323 | 150 | 0 | 5 | 65 | 15 | 67 | 77 | 100 |
| Binary | 11011101 | 11010011 | 1101000 | 0 | 101 | 110101 | 1101 | 110111 | 111111 | 1000000 |
Color Harmonies of #DDD368
Complementary color
Monochromatic Colors of #DDD368
Black with #DDD368
Text Example
Text Example
White with #DDD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD368; }
p { color: rgb(221,211,104); }
H1.HeaderClassName
{
color: #DDD368;
}
.AnyTagClassName
{
color: #DDD368;
}
</style>
background-color css
<style>
a { background-color: #DDD368; }
a { background-color: rgb(221,211,104); }
div.DivClassName
{
background-color: #DDD368;
}
.BgClassName
{
background-color: #DDD368;
}
</style>
border-color css
<style>
span { border-color: #DDD368; }
span { border-color: rgb(221,211,104); }
td.TdClassName
{
border-color: #DDD368;
}
.TagClassName
{
border-color: #DDD368;
}
</style>