Shades of Golden Yellow #DDDC00
Tints of Golden Yellow #DDDC00
RGB
CMYK
RGB Variations
Color information
#DDDC00 (or 0xDDDC00) is known color: Golden Yellow. HEX triplet: DD, DC and 00. RGB value is (221,220,0). Sum of RGB (Red+Green+Blue) = 221+220+0=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC00 is #2223FF. Grayscale: #C4C4C4. Windows color (decimal): -2237440 or 56541. OLE color: 56541.
HSL color Cylindrical-coordinate representation of color #DDDC00: hue angle of 59.73º 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 #DDDC00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.13 |
| HSL | 59.73º | 1% | 0.43% | - |
| HSV(B) | 59.73º | 1% | 0.87% | - |
| XYZ | 55.41 | 66.56 | 9.93 | - |
| YUV | 195.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 0 | 0 | 0.00 | 1 | 0.13 | 59.73 | 1 | 0.43 |
| Hex | DD | DC | 0 | 0 | 0 | 64 | D | 3C | 64 | 2B |
| Octal | 335 | 334 | 0 | 0 | 0 | 144 | 15 | 74 | 144 | 53 |
| Binary | 11011101 | 11011100 | 0 | 0 | 0 | 1100100 | 1101 | 111100 | 1100100 | 101011 |
Color Harmonies of #DDDC00
Complementary color
Monochromatic Colors of #DDDC00
Black with #DDDC00
Text Example
Text Example
White with #DDDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC00; }
p { color: rgb(221,220,0); }
H1.HeaderClassName
{
color: #DDDC00;
}
.AnyTagClassName
{
color: #DDDC00;
}
</style>
background-color css
<style>
a { background-color: #DDDC00; }
a { background-color: rgb(221,220,0); }
div.DivClassName
{
background-color: #DDDC00;
}
.BgClassName
{
background-color: #DDDC00;
}
</style>
border-color css
<style>
span { border-color: #DDDC00; }
span { border-color: rgb(221,220,0); }
td.TdClassName
{
border-color: #DDDC00;
}
.TagClassName
{
border-color: #DDDC00;
}
</style>