Shades of Goldenrod #DDDD72
Tints of Goldenrod #DDDD72
RGB
CMYK
RGB Variations
Color information
#DDDD72 (or 0xDDDD72) is known color: Goldenrod. HEX triplet: DD, DD and 72. RGB value is (221,221,114). Sum of RGB (Red+Green+Blue) = 221+221+114=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD72 is #22228D. Grayscale: #D1D1D1. Windows color (decimal): -2237070 or 7527901. OLE color: 7527901.
HSL color Cylindrical-coordinate representation of color #DDDD72: hue angle of 60º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDDD72 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 114 | - |
CMYK | 0 | 0 | 0.48 | 0.13 |
HSL | 60º | 0.61% | 0.66% | - |
HSV(B) | 60º | 0.48% | 0.87% | - |
XYZ | 58.71 | 68.3 | 26.01 | - |
YUV | 208.8 | 74.5 | 136.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 114 | 0 | 0 | 0.48 | 0.13 | 60 | 0.61 | 0.66 |
Hex | DD | DD | 72 | 0 | 0 | 30 | D | 3C | 3D | 42 |
Octal | 335 | 335 | 162 | 0 | 0 | 60 | 15 | 74 | 75 | 102 |
Binary | 11011101 | 11011101 | 1110010 | 0 | 0 | 110000 | 1101 | 111100 | 111101 | 1000010 |
Color Harmonies of #DDDD72
Complementary color
Monochromatic Colors of #DDDD72
Black with #DDDD72
Text Example
Text Example
White with #DDDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD72; }
p { color: rgb(221,221,114); }
H1.HeaderClassName
{
color: #DDDD72;
}
.AnyTagClassName
{
color: #DDDD72;
}
</style>
background-color css
<style>
a { background-color: #DDDD72; }
a { background-color: rgb(221,221,114); }
div.DivClassName
{
background-color: #DDDD72;
}
.BgClassName
{
background-color: #DDDD72;
}
</style>
border-color css
<style>
span { border-color: #DDDD72; }
span { border-color: rgb(221,221,114); }
td.TdClassName
{
border-color: #DDDD72;
}
.TagClassName
{
border-color: #DDDD72;
}
</style>