Shades of Wattle #DDD131
Tints of Wattle #DDD131
RGB
CMYK
RGB Variations
Color information
#DDD131 (or 0xDDD131) is known color: Wattle. HEX triplet: DD, D1 and 31. RGB value is (221,209,49). Sum of RGB (Red+Green+Blue) = 221+209+49=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD131 is #222ECE. Grayscale: #C2C2C2. Windows color (decimal): -2240207 or 3264989. OLE color: 3264989.
HSL color Cylindrical-coordinate representation of color #DDD131: hue angle of 55.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDD131 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.13 |
| HSL | 55.81º | 0.72% | 0.53% | - |
| HSV(B) | 55.81º | 0.78% | 0.87% | - |
| XYZ | 53.17 | 61.19 | 11.91 | - |
| YUV | 194.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 49 | 0 | 0.05 | 0.78 | 0.13 | 55.81 | 0.72 | 0.53 |
| Hex | DD | D1 | 31 | 0 | 5 | 4E | D | 38 | 48 | 35 |
| Octal | 335 | 321 | 61 | 0 | 5 | 116 | 15 | 70 | 110 | 65 |
| Binary | 11011101 | 11010001 | 110001 | 0 | 101 | 1001110 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DDD131
Complementary color
Monochromatic Colors of #DDD131
Black with #DDD131
Text Example
Text Example
White with #DDD131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD131; }
p { color: rgb(221,209,49); }
H1.HeaderClassName
{
color: #DDD131;
}
.AnyTagClassName
{
color: #DDD131;
}
</style>
background-color css
<style>
a { background-color: #DDD131; }
a { background-color: rgb(221,209,49); }
div.DivClassName
{
background-color: #DDD131;
}
.BgClassName
{
background-color: #DDD131;
}
</style>
border-color css
<style>
span { border-color: #DDD131; }
span { border-color: rgb(221,209,49); }
td.TdClassName
{
border-color: #DDD131;
}
.TagClassName
{
border-color: #DDD131;
}
</style>