Shades of Goldenrod #DDDD7E
Tints of Goldenrod #DDDD7E
RGB
CMYK
RGB Variations
Color information
#DDDD7E (or 0xDDDD7E) is known color: Goldenrod. HEX triplet: DD, DD and 7E. RGB value is (221,221,126). Sum of RGB (Red+Green+Blue) = 221+221+126=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD7E is #222281. Grayscale: #D2D2D2. Windows color (decimal): -2237058 or 8314333. OLE color: 8314333.
HSL color Cylindrical-coordinate representation of color #DDDD7E: hue angle of 60º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDDD7E is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 126 | - |
CMYK | 0 | 0 | 0.43 | 0.13 |
HSL | 60º | 0.58% | 0.68% | - |
HSV(B) | 60º | 0.43% | 0.87% | - |
XYZ | 59.44 | 68.59 | 29.85 | - |
YUV | 210.17 | 80.5 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 126 | 0 | 0 | 0.43 | 0.13 | 60 | 0.58 | 0.68 |
Hex | DD | DD | 7E | 0 | 0 | 2B | D | 3C | 3A | 44 |
Octal | 335 | 335 | 176 | 0 | 0 | 53 | 15 | 74 | 72 | 104 |
Binary | 11011101 | 11011101 | 1111110 | 0 | 0 | 101011 | 1101 | 111100 | 111010 | 1000100 |
Color Harmonies of #DDDD7E
Complementary color
Monochromatic Colors of #DDDD7E
Black with #DDDD7E
Text Example
Text Example
White with #DDDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD7E; }
p { color: rgb(221,221,126); }
H1.HeaderClassName
{
color: #DDDD7E;
}
.AnyTagClassName
{
color: #DDDD7E;
}
</style>
background-color css
<style>
a { background-color: #DDDD7E; }
a { background-color: rgb(221,221,126); }
div.DivClassName
{
background-color: #DDDD7E;
}
.BgClassName
{
background-color: #DDDD7E;
}
</style>
border-color css
<style>
span { border-color: #DDDD7E; }
span { border-color: rgb(221,221,126); }
td.TdClassName
{
border-color: #DDDD7E;
}
.TagClassName
{
border-color: #DDDD7E;
}
</style>