Shades of Wattle #DDC332
Tints of Wattle #DDC332
RGB
CMYK
RGB Variations
Color information
#DDC332 (or 0xDDC332) is known color: Wattle. HEX triplet: DD, C3 and 32. RGB value is (221,195,50). Sum of RGB (Red+Green+Blue) = 221+195+50=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC332 is #223CCD. Grayscale: #BABABA. Windows color (decimal): -2243790 or 3326941. OLE color: 3326941.
HSL color Cylindrical-coordinate representation of color #DDC332: hue angle of 50.88º degrees, saturation: 0.72, 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 #DDC332 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 50 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.13 |
| HSL | 50.88º | 0.72% | 0.53% | - |
| HSV(B) | 50.88º | 0.77% | 0.87% | - |
| XYZ | 49.91 | 54.63 | 10.93 | - |
| YUV | 186.24 | 51.11 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 50 | 0 | 0.12 | 0.77 | 0.13 | 50.88 | 0.72 | 0.53 |
| Hex | DD | C3 | 32 | 0 | C | 4D | D | 33 | 48 | 35 |
| Octal | 335 | 303 | 62 | 0 | 14 | 115 | 15 | 63 | 110 | 65 |
| Binary | 11011101 | 11000011 | 110010 | 0 | 1100 | 1001101 | 1101 | 110011 | 1001000 | 110101 |
Color Harmonies of #DDC332
Complementary color
Monochromatic Colors of #DDC332
Black with #DDC332
Text Example
Text Example
White with #DDC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC332; }
p { color: rgb(221,195,50); }
H1.HeaderClassName
{
color: #DDC332;
}
.AnyTagClassName
{
color: #DDC332;
}
</style>
background-color css
<style>
a { background-color: #DDC332; }
a { background-color: rgb(221,195,50); }
div.DivClassName
{
background-color: #DDC332;
}
.BgClassName
{
background-color: #DDC332;
}
</style>
border-color css
<style>
span { border-color: #DDC332; }
span { border-color: rgb(221,195,50); }
td.TdClassName
{
border-color: #DDC332;
}
.TagClassName
{
border-color: #DDC332;
}
</style>