Shades of Wattle #DDD034
Tints of Wattle #DDD034
RGB
CMYK
RGB Variations
Color information
#DDD034 (or 0xDDD034) is known color: Wattle. HEX triplet: DD, D0 and 34. RGB value is (221,208,52). Sum of RGB (Red+Green+Blue) = 221+208+52=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD034 is #222FCB. Grayscale: #C2C2C2. Windows color (decimal): -2240460 or 3461341. OLE color: 3461341.
HSL color Cylindrical-coordinate representation of color #DDD034: hue angle of 55.38º 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 #DDD034 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 52 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.13 |
| HSL | 55.38º | 0.71% | 0.54% | - |
| HSV(B) | 55.38º | 0.76% | 0.87% | - |
| XYZ | 52.99 | 60.73 | 12.18 | - |
| YUV | 194.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 52 | 0 | 0.06 | 0.76 | 0.13 | 55.38 | 0.71 | 0.54 |
| Hex | DD | D0 | 34 | 0 | 6 | 4C | D | 37 | 47 | 36 |
| Octal | 335 | 320 | 64 | 0 | 6 | 114 | 15 | 67 | 107 | 66 |
| Binary | 11011101 | 11010000 | 110100 | 0 | 110 | 1001100 | 1101 | 110111 | 1000111 | 110110 |
Color Harmonies of #DDD034
Complementary color
Monochromatic Colors of #DDD034
Black with #DDD034
Text Example
Text Example
White with #DDD034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD034; }
p { color: rgb(221,208,52); }
H1.HeaderClassName
{
color: #DDD034;
}
.AnyTagClassName
{
color: #DDD034;
}
</style>
background-color css
<style>
a { background-color: #DDD034; }
a { background-color: rgb(221,208,52); }
div.DivClassName
{
background-color: #DDD034;
}
.BgClassName
{
background-color: #DDD034;
}
</style>
border-color css
<style>
span { border-color: #DDD034; }
span { border-color: rgb(221,208,52); }
td.TdClassName
{
border-color: #DDD034;
}
.TagClassName
{
border-color: #DDD034;
}
</style>