Shades of Golden Yellow #DDDC01
Tints of Golden Yellow #DDDC01
RGB
CMYK
RGB Variations
Color information
#DDDC01 (or 0xDDDC01) is known color: Golden Yellow. HEX triplet: DD, DC and 01. RGB value is (221,220,1). Sum of RGB (Red+Green+Blue) = 221+220+1=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC01 is #2223FE. Grayscale: #C4C4C4. Windows color (decimal): -2237439 or 122077. OLE color: 122077.
HSL color Cylindrical-coordinate representation of color #DDDC01: hue angle of 59.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDDC01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.13 |
| HSL | 59.73º | 0.99% | 0.44% | - |
| HSV(B) | 59.73º | 1% | 0.87% | - |
| XYZ | 55.42 | 66.56 | 9.96 | - |
| YUV | 195.33 | 18.33 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 1 | 0 | 0.00 | 1.00 | 0.13 | 59.73 | 0.99 | 0.44 |
| Hex | DD | DC | 1 | 0 | 0 | 64 | D | 3C | 63 | 2C |
| Octal | 335 | 334 | 1 | 0 | 0 | 144 | 15 | 74 | 143 | 54 |
| Binary | 11011101 | 11011100 | 1 | 0 | 0 | 1100100 | 1101 | 111100 | 1100011 | 101100 |
Color Harmonies of #DDDC01
Complementary color
Monochromatic Colors of #DDDC01
Black with #DDDC01
Text Example
Text Example
White with #DDDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC01; }
p { color: rgb(221,220,1); }
H1.HeaderClassName
{
color: #DDDC01;
}
.AnyTagClassName
{
color: #DDDC01;
}
</style>
background-color css
<style>
a { background-color: #DDDC01; }
a { background-color: rgb(221,220,1); }
div.DivClassName
{
background-color: #DDDC01;
}
.BgClassName
{
background-color: #DDDC01;
}
</style>
border-color css
<style>
span { border-color: #DDDC01; }
span { border-color: rgb(221,220,1); }
td.TdClassName
{
border-color: #DDDC01;
}
.TagClassName
{
border-color: #DDDC01;
}
</style>