Shades of Wattle #DDC033
Tints of Wattle #DDC033
RGB
CMYK
RGB Variations
Color information
#DDC033 (or 0xDDC033) is known color: Wattle. HEX triplet: DD, C0 and 33. RGB value is (221,192,51). Sum of RGB (Red+Green+Blue) = 221+192+51=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC033 is #223FCC. Grayscale: #B9B9B9. Windows color (decimal): -2244557 or 3391709. OLE color: 3391709.
HSL color Cylindrical-coordinate representation of color #DDC033: hue angle of 49.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 #DDC033 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 51 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.13 |
| HSL | 49.76º | 0.71% | 0.53% | - |
| HSV(B) | 49.76º | 0.77% | 0.87% | - |
| XYZ | 49.27 | 53.31 | 10.83 | - |
| YUV | 184.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 51 | 0 | 0.13 | 0.77 | 0.13 | 49.76 | 0.71 | 0.53 |
| Hex | DD | C0 | 33 | 0 | D | 4D | D | 32 | 47 | 35 |
| Octal | 335 | 300 | 63 | 0 | 15 | 115 | 15 | 62 | 107 | 65 |
| Binary | 11011101 | 11000000 | 110011 | 0 | 1101 | 1001101 | 1101 | 110010 | 1000111 | 110101 |
Color Harmonies of #DDC033
Complementary color
Monochromatic Colors of #DDC033
Black with #DDC033
Text Example
Text Example
White with #DDC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC033; }
p { color: rgb(221,192,51); }
H1.HeaderClassName
{
color: #DDC033;
}
.AnyTagClassName
{
color: #DDC033;
}
</style>
background-color css
<style>
a { background-color: #DDC033; }
a { background-color: rgb(221,192,51); }
div.DivClassName
{
background-color: #DDC033;
}
.BgClassName
{
background-color: #DDC033;
}
</style>
border-color css
<style>
span { border-color: #DDC033; }
span { border-color: rgb(221,192,51); }
td.TdClassName
{
border-color: #DDC033;
}
.TagClassName
{
border-color: #DDC033;
}
</style>