Shades of Goldenrod #DDD967
Tints of Goldenrod #DDD967
RGB
CMYK
RGB Variations
Color information
#DDD967 (or 0xDDD967) is known color: Goldenrod. HEX triplet: DD, D9 and 67. RGB value is (221,217,103). Sum of RGB (Red+Green+Blue) = 221+217+103=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD967 is #222698. Grayscale: #CDCDCD. Windows color (decimal): -2238105 or 6805981. OLE color: 6805981.
HSL color Cylindrical-coordinate representation of color #DDD967: hue angle of 57.97º 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 #DDD967 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 103 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.13 |
| HSL | 57.97º | 0.63% | 0.64% | - |
| HSV(B) | 57.97º | 0.53% | 0.87% | - |
| XYZ | 57.08 | 65.98 | 22.56 | - |
| YUV | 205.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 103 | 0 | 0.02 | 0.53 | 0.13 | 57.97 | 0.63 | 0.64 |
| Hex | DD | D9 | 67 | 0 | 2 | 35 | D | 3A | 3F | 40 |
| Octal | 335 | 331 | 147 | 0 | 2 | 65 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011001 | 1100111 | 0 | 10 | 110101 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDD967
Complementary color
Monochromatic Colors of #DDD967
Black with #DDD967
Text Example
Text Example
White with #DDD967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD967; }
p { color: rgb(221,217,103); }
H1.HeaderClassName
{
color: #DDD967;
}
.AnyTagClassName
{
color: #DDD967;
}
</style>
background-color css
<style>
a { background-color: #DDD967; }
a { background-color: rgb(221,217,103); }
div.DivClassName
{
background-color: #DDD967;
}
.BgClassName
{
background-color: #DDD967;
}
</style>
border-color css
<style>
span { border-color: #DDD967; }
span { border-color: rgb(221,217,103); }
td.TdClassName
{
border-color: #DDD967;
}
.TagClassName
{
border-color: #DDD967;
}
</style>