Shades of Wattle #DDD132
Tints of Wattle #DDD132
RGB
CMYK
RGB Variations
Color information
#DDD132 (or 0xDDD132) is known color: Wattle. HEX triplet: DD, D1 and 32. RGB value is (221,209,50). Sum of RGB (Red+Green+Blue) = 221+209+50=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD132 is #222ECD. Grayscale: #C3C3C3. Windows color (decimal): -2240206 or 3330525. OLE color: 3330525.
HSL color Cylindrical-coordinate representation of color #DDD132: hue angle of 55.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDD132 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 50 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.13 |
| HSL | 55.79º | 0.72% | 0.53% | - |
| HSV(B) | 55.79º | 0.77% | 0.87% | - |
| XYZ | 53.19 | 61.2 | 12.03 | - |
| YUV | 194.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 50 | 0 | 0.05 | 0.77 | 0.13 | 55.79 | 0.72 | 0.53 |
| Hex | DD | D1 | 32 | 0 | 5 | 4D | D | 38 | 48 | 35 |
| Octal | 335 | 321 | 62 | 0 | 5 | 115 | 15 | 70 | 110 | 65 |
| Binary | 11011101 | 11010001 | 110010 | 0 | 101 | 1001101 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DDD132
Complementary color
Monochromatic Colors of #DDD132
Black with #DDD132
Text Example
Text Example
White with #DDD132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD132; }
p { color: rgb(221,209,50); }
H1.HeaderClassName
{
color: #DDD132;
}
.AnyTagClassName
{
color: #DDD132;
}
</style>
background-color css
<style>
a { background-color: #DDD132; }
a { background-color: rgb(221,209,50); }
div.DivClassName
{
background-color: #DDD132;
}
.BgClassName
{
background-color: #DDD132;
}
</style>
border-color css
<style>
span { border-color: #DDD132; }
span { border-color: rgb(221,209,50); }
td.TdClassName
{
border-color: #DDD132;
}
.TagClassName
{
border-color: #DDD132;
}
</style>