Shades of Goldenrod #DDDD67
Tints of Goldenrod #DDDD67
RGB
CMYK
RGB Variations
Color information
#DDDD67 (or 0xDDDD67) is known color: Goldenrod. HEX triplet: DD, DD and 67. RGB value is (221,221,103). Sum of RGB (Red+Green+Blue) = 221+221+103=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD67 is #222298. Grayscale: #D0D0D0. Windows color (decimal): -2237081 or 6807005. OLE color: 6807005.
HSL color Cylindrical-coordinate representation of color #DDDD67: 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 #DDDD67 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 103 | - |
| CMYK | 0 | 0 | 0.53 | 0.13 |
| HSL | 60º | 0.63% | 0.64% | - |
| HSV(B) | 60º | 0.53% | 0.87% | - |
| XYZ | 58.12 | 68.06 | 22.91 | - |
| YUV | 207.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 103 | 0 | 0 | 0.53 | 0.13 | 60 | 0.63 | 0.64 |
| Hex | DD | DD | 67 | 0 | 0 | 35 | D | 3C | 3F | 40 |
| Octal | 335 | 335 | 147 | 0 | 0 | 65 | 15 | 74 | 77 | 100 |
| Binary | 11011101 | 11011101 | 1100111 | 0 | 0 | 110101 | 1101 | 111100 | 111111 | 1000000 |
Color Harmonies of #DDDD67
Complementary color
Monochromatic Colors of #DDDD67
Black with #DDDD67
Text Example
Text Example
White with #DDDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD67; }
p { color: rgb(221,221,103); }
H1.HeaderClassName
{
color: #DDDD67;
}
.AnyTagClassName
{
color: #DDDD67;
}
</style>
background-color css
<style>
a { background-color: #DDDD67; }
a { background-color: rgb(221,221,103); }
div.DivClassName
{
background-color: #DDDD67;
}
.BgClassName
{
background-color: #DDDD67;
}
</style>
border-color css
<style>
span { border-color: #DDDD67; }
span { border-color: rgb(221,221,103); }
td.TdClassName
{
border-color: #DDDD67;
}
.TagClassName
{
border-color: #DDDD67;
}
</style>