Shades of Golden Yellow #DDD900
Tints of Golden Yellow #DDD900
RGB
CMYK
RGB Variations
Color information
#DDD900 (or 0xDDD900) is known color: Golden Yellow. HEX triplet: DD, D9 and 00. RGB value is (221,217,0). Sum of RGB (Red+Green+Blue) = 221+217+0=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD900 is #2226FF. Grayscale: #C2C2C2. Windows color (decimal): -2238208 or 55773. OLE color: 55773.
HSL color Cylindrical-coordinate representation of color #DDD900: hue angle of 58.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDD900 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.13 |
| HSL | 58.91º | 1% | 0.43% | - |
| HSV(B) | 58.91º | 1% | 0.87% | - |
| XYZ | 54.63 | 65 | 9.67 | - |
| YUV | 193.46 | 18.83 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 0 | 0 | 0.02 | 1 | 0.13 | 58.91 | 1 | 0.43 |
| Hex | DD | D9 | 0 | 0 | 2 | 64 | D | 3B | 64 | 2B |
| Octal | 335 | 331 | 0 | 0 | 2 | 144 | 15 | 73 | 144 | 53 |
| Binary | 11011101 | 11011001 | 0 | 0 | 10 | 1100100 | 1101 | 111011 | 1100100 | 101011 |
Color Harmonies of #DDD900
Complementary color
Monochromatic Colors of #DDD900
Black with #DDD900
Text Example
Text Example
White with #DDD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD900; }
p { color: rgb(221,217,0); }
H1.HeaderClassName
{
color: #DDD900;
}
.AnyTagClassName
{
color: #DDD900;
}
</style>
background-color css
<style>
a { background-color: #DDD900; }
a { background-color: rgb(221,217,0); }
div.DivClassName
{
background-color: #DDD900;
}
.BgClassName
{
background-color: #DDD900;
}
</style>
border-color css
<style>
span { border-color: #DDD900; }
span { border-color: rgb(221,217,0); }
td.TdClassName
{
border-color: #DDD900;
}
.TagClassName
{
border-color: #DDD900;
}
</style>