Shades of Wattle #DDD33A
Tints of Wattle #DDD33A
RGB
CMYK
RGB Variations
Color information
#DDD33A (or 0xDDD33A) is known color: Wattle. HEX triplet: DD, D3 and 3A. RGB value is (221,211,58). Sum of RGB (Red+Green+Blue) = 221+211+58=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD33A is #222CC5. Grayscale: #C5C5C5. Windows color (decimal): -2239686 or 3855325. OLE color: 3855325.
HSL color Cylindrical-coordinate representation of color #DDD33A: hue angle of 56.32º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDD33A is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 58 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.13 |
| HSL | 56.32º | 0.71% | 0.55% | - |
| HSV(B) | 56.32º | 0.74% | 0.87% | - |
| XYZ | 53.88 | 62.27 | 13.18 | - |
| YUV | 196.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 58 | 0 | 0.05 | 0.74 | 0.13 | 56.32 | 0.71 | 0.55 |
| Hex | DD | D3 | 3A | 0 | 5 | 4A | D | 38 | 47 | 37 |
| Octal | 335 | 323 | 72 | 0 | 5 | 112 | 15 | 70 | 107 | 67 |
| Binary | 11011101 | 11010011 | 111010 | 0 | 101 | 1001010 | 1101 | 111000 | 1000111 | 110111 |
Color Harmonies of #DDD33A
Complementary color
Monochromatic Colors of #DDD33A
Black with #DDD33A
Text Example
Text Example
White with #DDD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD33A; }
p { color: rgb(221,211,58); }
H1.HeaderClassName
{
color: #DDD33A;
}
.AnyTagClassName
{
color: #DDD33A;
}
</style>
background-color css
<style>
a { background-color: #DDD33A; }
a { background-color: rgb(221,211,58); }
div.DivClassName
{
background-color: #DDD33A;
}
.BgClassName
{
background-color: #DDD33A;
}
</style>
border-color css
<style>
span { border-color: #DDD33A; }
span { border-color: rgb(221,211,58); }
td.TdClassName
{
border-color: #DDD33A;
}
.TagClassName
{
border-color: #DDD33A;
}
</style>