Shades of Wattle #DDD133
Tints of Wattle #DDD133
RGB
CMYK
RGB Variations
Color information
#DDD133 (or 0xDDD133) is known color: Wattle. HEX triplet: DD, D1 and 33. RGB value is (221,209,51). Sum of RGB (Red+Green+Blue) = 221+209+51=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD133 is #222ECC. Grayscale: #C3C3C3. Windows color (decimal): -2240205 or 3396061. OLE color: 3396061.
HSL color Cylindrical-coordinate representation of color #DDD133: hue angle of 55.76º degrees, saturation: 0.71, 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 #DDD133 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 51 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.13 |
| HSL | 55.76º | 0.71% | 0.53% | - |
| HSV(B) | 55.76º | 0.77% | 0.87% | - |
| XYZ | 53.22 | 61.21 | 12.14 | - |
| YUV | 194.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 51 | 0 | 0.05 | 0.77 | 0.13 | 55.76 | 0.71 | 0.53 |
| Hex | DD | D1 | 33 | 0 | 5 | 4D | D | 38 | 47 | 35 |
| Octal | 335 | 321 | 63 | 0 | 5 | 115 | 15 | 70 | 107 | 65 |
| Binary | 11011101 | 11010001 | 110011 | 0 | 101 | 1001101 | 1101 | 111000 | 1000111 | 110101 |
Color Harmonies of #DDD133
Complementary color
Monochromatic Colors of #DDD133
Black with #DDD133
Text Example
Text Example
White with #DDD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD133; }
p { color: rgb(221,209,51); }
H1.HeaderClassName
{
color: #DDD133;
}
.AnyTagClassName
{
color: #DDD133;
}
</style>
background-color css
<style>
a { background-color: #DDD133; }
a { background-color: rgb(221,209,51); }
div.DivClassName
{
background-color: #DDD133;
}
.BgClassName
{
background-color: #DDD133;
}
</style>
border-color css
<style>
span { border-color: #DDD133; }
span { border-color: rgb(221,209,51); }
td.TdClassName
{
border-color: #DDD133;
}
.TagClassName
{
border-color: #DDD133;
}
</style>