Shades of Goldenrod #DDDF70
Tints of Goldenrod #DDDF70
RGB
CMYK
RGB Variations
Color information
#DDDF70 (or 0xDDDF70) is known color: Goldenrod. HEX triplet: DD, DF and 70. RGB value is (221,223,112). Sum of RGB (Red+Green+Blue) = 221+223+112=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF70 is #22208F. Grayscale: #D2D2D2. Windows color (decimal): -2236560 or 7397341. OLE color: 7397341.
HSL color Cylindrical-coordinate representation of color #DDDF70: hue angle of 61.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDDF70 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 112 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.13 |
| HSL | 61.08º | 0.63% | 0.66% | - |
| HSV(B) | 61.08º | 0.5% | 0.87% | - |
| XYZ | 59.13 | 69.32 | 25.59 | - |
| YUV | 209.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 112 | 0.01 | 0 | 0.50 | 0.13 | 61.08 | 0.63 | 0.66 |
| Hex | DD | DF | 70 | 1 | 0 | 32 | D | 3D | 3F | 42 |
| Octal | 335 | 337 | 160 | 1 | 0 | 62 | 15 | 75 | 77 | 102 |
| Binary | 11011101 | 11011111 | 1110000 | 1 | 0 | 110010 | 1101 | 111101 | 111111 | 1000010 |
Color Harmonies of #DDDF70
Complementary color
Monochromatic Colors of #DDDF70
Black with #DDDF70
Text Example
Text Example
White with #DDDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF70; }
p { color: rgb(221,223,112); }
H1.HeaderClassName
{
color: #DDDF70;
}
.AnyTagClassName
{
color: #DDDF70;
}
</style>
background-color css
<style>
a { background-color: #DDDF70; }
a { background-color: rgb(221,223,112); }
div.DivClassName
{
background-color: #DDDF70;
}
.BgClassName
{
background-color: #DDDF70;
}
</style>
border-color css
<style>
span { border-color: #DDDF70; }
span { border-color: rgb(221,223,112); }
td.TdClassName
{
border-color: #DDDF70;
}
.TagClassName
{
border-color: #DDDF70;
}
</style>