Shades of Wattle #DDD033
Tints of Wattle #DDD033
RGB
CMYK
RGB Variations
Color information
#DDD033 (or 0xDDD033) is known color: Wattle. HEX triplet: DD, D0 and 33. RGB value is (221,208,51). Sum of RGB (Red+Green+Blue) = 221+208+51=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD033 is #222FCC. Grayscale: #C2C2C2. Windows color (decimal): -2240461 or 3395805. OLE color: 3395805.
HSL color Cylindrical-coordinate representation of color #DDD033: hue angle of 55.41º 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 #DDD033 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 51 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.13 |
| HSL | 55.41º | 0.71% | 0.53% | - |
| HSV(B) | 55.41º | 0.77% | 0.87% | - |
| XYZ | 52.97 | 60.72 | 12.06 | - |
| YUV | 193.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 51 | 0 | 0.06 | 0.77 | 0.13 | 55.41 | 0.71 | 0.53 |
| Hex | DD | D0 | 33 | 0 | 6 | 4D | D | 37 | 47 | 35 |
| Octal | 335 | 320 | 63 | 0 | 6 | 115 | 15 | 67 | 107 | 65 |
| Binary | 11011101 | 11010000 | 110011 | 0 | 110 | 1001101 | 1101 | 110111 | 1000111 | 110101 |
Color Harmonies of #DDD033
Complementary color
Monochromatic Colors of #DDD033
Black with #DDD033
Text Example
Text Example
White with #DDD033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD033; }
p { color: rgb(221,208,51); }
H1.HeaderClassName
{
color: #DDD033;
}
.AnyTagClassName
{
color: #DDD033;
}
</style>
background-color css
<style>
a { background-color: #DDD033; }
a { background-color: rgb(221,208,51); }
div.DivClassName
{
background-color: #DDD033;
}
.BgClassName
{
background-color: #DDD033;
}
</style>
border-color css
<style>
span { border-color: #DDD033; }
span { border-color: rgb(221,208,51); }
td.TdClassName
{
border-color: #DDD033;
}
.TagClassName
{
border-color: #DDD033;
}
</style>