Shades of Goldenrod #DDD367
Tints of Goldenrod #DDD367
RGB
CMYK
RGB Variations
Color information
#DDD367 (or 0xDDD367) is known color: Goldenrod. HEX triplet: DD, D3 and 67. RGB value is (221,211,103). Sum of RGB (Red+Green+Blue) = 221+211+103=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD367 is #222C98. Grayscale: #CACACA. Windows color (decimal): -2239641 or 6804445. OLE color: 6804445.
HSL color Cylindrical-coordinate representation of color #DDD367: hue angle of 54.92º 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 #DDD367 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 103 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 54.92º | 0.63% | 0.64% | - |
| HSV(B) | 54.92º | 0.53% | 0.87% | - |
| XYZ | 55.56 | 62.94 | 22.05 | - |
| YUV | 201.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 103 | 0 | 0.05 | 0.53 | 0.13 | 54.92 | 0.63 | 0.64 |
| Hex | DD | D3 | 67 | 0 | 5 | 35 | D | 37 | 3F | 40 |
| Octal | 335 | 323 | 147 | 0 | 5 | 65 | 15 | 67 | 77 | 100 |
| Binary | 11011101 | 11010011 | 1100111 | 0 | 101 | 110101 | 1101 | 110111 | 111111 | 1000000 |
Color Harmonies of #DDD367
Complementary color
Monochromatic Colors of #DDD367
Black with #DDD367
Text Example
Text Example
White with #DDD367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD367; }
p { color: rgb(221,211,103); }
H1.HeaderClassName
{
color: #DDD367;
}
.AnyTagClassName
{
color: #DDD367;
}
</style>
background-color css
<style>
a { background-color: #DDD367; }
a { background-color: rgb(221,211,103); }
div.DivClassName
{
background-color: #DDD367;
}
.BgClassName
{
background-color: #DDD367;
}
</style>
border-color css
<style>
span { border-color: #DDD367; }
span { border-color: rgb(221,211,103); }
td.TdClassName
{
border-color: #DDD367;
}
.TagClassName
{
border-color: #DDD367;
}
</style>