Shades of Goldenrod #DDD968
Tints of Goldenrod #DDD968
RGB
CMYK
RGB Variations
Color information
#DDD968 (or 0xDDD968) is known color: Goldenrod. HEX triplet: DD, D9 and 68. RGB value is (221,217,104). Sum of RGB (Red+Green+Blue) = 221+217+104=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD968 is #222697. Grayscale: #CDCDCD. Windows color (decimal): -2238104 or 6871517. OLE color: 6871517.
HSL color Cylindrical-coordinate representation of color #DDD968: hue angle of 57.95º 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 #DDD968 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 104 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.13 |
| HSL | 57.95º | 0.63% | 0.64% | - |
| HSV(B) | 57.95º | 0.53% | 0.87% | - |
| XYZ | 57.13 | 66 | 22.82 | - |
| YUV | 205.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 104 | 0 | 0.02 | 0.53 | 0.13 | 57.95 | 0.63 | 0.64 |
| Hex | DD | D9 | 68 | 0 | 2 | 35 | D | 3A | 3F | 40 |
| Octal | 335 | 331 | 150 | 0 | 2 | 65 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011001 | 1101000 | 0 | 10 | 110101 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDD968
Complementary color
Monochromatic Colors of #DDD968
Black with #DDD968
Text Example
Text Example
White with #DDD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD968; }
p { color: rgb(221,217,104); }
H1.HeaderClassName
{
color: #DDD968;
}
.AnyTagClassName
{
color: #DDD968;
}
</style>
background-color css
<style>
a { background-color: #DDD968; }
a { background-color: rgb(221,217,104); }
div.DivClassName
{
background-color: #DDD968;
}
.BgClassName
{
background-color: #DDD968;
}
</style>
border-color css
<style>
span { border-color: #DDD968; }
span { border-color: rgb(221,217,104); }
td.TdClassName
{
border-color: #DDD968;
}
.TagClassName
{
border-color: #DDD968;
}
</style>