Shades of Goldenrod #DDDF7C
Tints of Goldenrod #DDDF7C
RGB
CMYK
RGB Variations
Color information
#DDDF7C (or 0xDDDF7C) is known color: Goldenrod. HEX triplet: DD, DF and 7C. RGB value is (221,223,124). Sum of RGB (Red+Green+Blue) = 221+223+124=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF7C is #222083. Grayscale: #D3D3D3. Windows color (decimal): -2236548 or 8183773. OLE color: 8183773.
HSL color Cylindrical-coordinate representation of color #DDDF7C: hue angle of 61.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDDF7C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 124 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.13 |
| HSL | 61.21º | 0.61% | 0.68% | - |
| HSV(B) | 61.21º | 0.44% | 0.87% | - |
| XYZ | 59.84 | 69.6 | 29.35 | - |
| YUV | 211.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 124 | 0.01 | 0 | 0.44 | 0.13 | 61.21 | 0.61 | 0.68 |
| Hex | DD | DF | 7C | 1 | 0 | 2C | D | 3D | 3D | 44 |
| Octal | 335 | 337 | 174 | 1 | 0 | 54 | 15 | 75 | 75 | 104 |
| Binary | 11011101 | 11011111 | 1111100 | 1 | 0 | 101100 | 1101 | 111101 | 111101 | 1000100 |
Color Harmonies of #DDDF7C
Complementary color
Monochromatic Colors of #DDDF7C
Black with #DDDF7C
Text Example
Text Example
White with #DDDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF7C; }
p { color: rgb(221,223,124); }
H1.HeaderClassName
{
color: #DDDF7C;
}
.AnyTagClassName
{
color: #DDDF7C;
}
</style>
background-color css
<style>
a { background-color: #DDDF7C; }
a { background-color: rgb(221,223,124); }
div.DivClassName
{
background-color: #DDDF7C;
}
.BgClassName
{
background-color: #DDDF7C;
}
</style>
border-color css
<style>
span { border-color: #DDDF7C; }
span { border-color: rgb(221,223,124); }
td.TdClassName
{
border-color: #DDDF7C;
}
.TagClassName
{
border-color: #DDDF7C;
}
</style>