Shades of Golden Yellow #DDDB00
Tints of Golden Yellow #DDDB00
RGB
CMYK
RGB Variations
Color information
#DDDB00 (or 0xDDDB00) is known color: Golden Yellow. HEX triplet: DD, DB and 00. RGB value is (221,219,0). Sum of RGB (Red+Green+Blue) = 221+219+0=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB00 is #2224FF. Grayscale: #C3C3C3. Windows color (decimal): -2237696 or 56285. OLE color: 56285.
HSL color Cylindrical-coordinate representation of color #DDDB00: hue angle of 59.46º 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 #DDDB00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.13 |
| HSL | 59.46º | 1% | 0.43% | - |
| HSV(B) | 59.46º | 1% | 0.87% | - |
| XYZ | 55.15 | 66.04 | 9.84 | - |
| YUV | 194.63 | 18.16 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 0 | 0 | 0.01 | 1 | 0.13 | 59.46 | 1 | 0.43 |
| Hex | DD | DB | 0 | 0 | 1 | 64 | D | 3B | 64 | 2B |
| Octal | 335 | 333 | 0 | 0 | 1 | 144 | 15 | 73 | 144 | 53 |
| Binary | 11011101 | 11011011 | 0 | 0 | 1 | 1100100 | 1101 | 111011 | 1100100 | 101011 |
Color Harmonies of #DDDB00
Complementary color
Monochromatic Colors of #DDDB00
Black with #DDDB00
Text Example
Text Example
White with #DDDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB00; }
p { color: rgb(221,219,0); }
H1.HeaderClassName
{
color: #DDDB00;
}
.AnyTagClassName
{
color: #DDDB00;
}
</style>
background-color css
<style>
a { background-color: #DDDB00; }
a { background-color: rgb(221,219,0); }
div.DivClassName
{
background-color: #DDDB00;
}
.BgClassName
{
background-color: #DDDB00;
}
</style>
border-color css
<style>
span { border-color: #DDDB00; }
span { border-color: rgb(221,219,0); }
td.TdClassName
{
border-color: #DDDB00;
}
.TagClassName
{
border-color: #DDDB00;
}
</style>