Shades of Goldenrod #DDDD68
Tints of Goldenrod #DDDD68
RGB
CMYK
RGB Variations
Color information
#DDDD68 (or 0xDDDD68) is known color: Goldenrod. HEX triplet: DD, DD and 68. RGB value is (221,221,104). Sum of RGB (Red+Green+Blue) = 221+221+104=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD68 is #222297. Grayscale: #D0D0D0. Windows color (decimal): -2237080 or 6872541. OLE color: 6872541.
HSL color Cylindrical-coordinate representation of color #DDDD68: hue angle of 60º 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 #DDDD68 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 104 | - |
| CMYK | 0 | 0 | 0.53 | 0.13 |
| HSL | 60º | 0.63% | 0.64% | - |
| HSV(B) | 60º | 0.53% | 0.87% | - |
| XYZ | 58.17 | 68.08 | 23.17 | - |
| YUV | 207.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 104 | 0 | 0 | 0.53 | 0.13 | 60 | 0.63 | 0.64 |
| Hex | DD | DD | 68 | 0 | 0 | 35 | D | 3C | 3F | 40 |
| Octal | 335 | 335 | 150 | 0 | 0 | 65 | 15 | 74 | 77 | 100 |
| Binary | 11011101 | 11011101 | 1101000 | 0 | 0 | 110101 | 1101 | 111100 | 111111 | 1000000 |
Color Harmonies of #DDDD68
Complementary color
Monochromatic Colors of #DDDD68
Black with #DDDD68
Text Example
Text Example
White with #DDDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD68; }
p { color: rgb(221,221,104); }
H1.HeaderClassName
{
color: #DDDD68;
}
.AnyTagClassName
{
color: #DDDD68;
}
</style>
background-color css
<style>
a { background-color: #DDDD68; }
a { background-color: rgb(221,221,104); }
div.DivClassName
{
background-color: #DDDD68;
}
.BgClassName
{
background-color: #DDDD68;
}
</style>
border-color css
<style>
span { border-color: #DDDD68; }
span { border-color: rgb(221,221,104); }
td.TdClassName
{
border-color: #DDDD68;
}
.TagClassName
{
border-color: #DDDD68;
}
</style>