Shades of Wattle #DDD036
Tints of Wattle #DDD036
RGB
CMYK
RGB Variations
Color information
#DDD036 (or 0xDDD036) is known color: Wattle. HEX triplet: DD, D0 and 36. RGB value is (221,208,54). Sum of RGB (Red+Green+Blue) = 221+208+54=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD036 is #222FC9. Grayscale: #C2C2C2. Windows color (decimal): -2240458 or 3592413. OLE color: 3592413.
HSL color Cylindrical-coordinate representation of color #DDD036: hue angle of 55.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDD036 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 54 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.13 |
| HSL | 55.33º | 0.71% | 0.54% | - |
| HSV(B) | 55.33º | 0.76% | 0.87% | - |
| XYZ | 53.04 | 60.75 | 12.42 | - |
| YUV | 194.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 54 | 0 | 0.06 | 0.76 | 0.13 | 55.33 | 0.71 | 0.54 |
| Hex | DD | D0 | 36 | 0 | 6 | 4C | D | 37 | 47 | 36 |
| Octal | 335 | 320 | 66 | 0 | 6 | 114 | 15 | 67 | 107 | 66 |
| Binary | 11011101 | 11010000 | 110110 | 0 | 110 | 1001100 | 1101 | 110111 | 1000111 | 110110 |
Color Harmonies of #DDD036
Complementary color
Monochromatic Colors of #DDD036
Black with #DDD036
Text Example
Text Example
White with #DDD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD036; }
p { color: rgb(221,208,54); }
H1.HeaderClassName
{
color: #DDD036;
}
.AnyTagClassName
{
color: #DDD036;
}
</style>
background-color css
<style>
a { background-color: #DDD036; }
a { background-color: rgb(221,208,54); }
div.DivClassName
{
background-color: #DDD036;
}
.BgClassName
{
background-color: #DDD036;
}
</style>
border-color css
<style>
span { border-color: #DDD036; }
span { border-color: rgb(221,208,54); }
td.TdClassName
{
border-color: #DDD036;
}
.TagClassName
{
border-color: #DDD036;
}
</style>