Shades of Wattle #DDC232
Tints of Wattle #DDC232
RGB
CMYK
RGB Variations
Color information
#DDC232 (or 0xDDC232) is known color: Wattle. HEX triplet: DD, C2 and 32. RGB value is (221,194,50). Sum of RGB (Red+Green+Blue) = 221+194+50=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC232 is #223DCD. Grayscale: #BABABA. Windows color (decimal): -2244046 or 3326685. OLE color: 3326685.
HSL color Cylindrical-coordinate representation of color #DDC232: hue angle of 50.53º 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 #DDC232 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 50 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.13 |
| HSL | 50.53º | 0.72% | 0.53% | - |
| HSV(B) | 50.53º | 0.77% | 0.87% | - |
| XYZ | 49.69 | 54.19 | 10.86 | - |
| YUV | 185.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 50 | 0 | 0.12 | 0.77 | 0.13 | 50.53 | 0.72 | 0.53 |
| Hex | DD | C2 | 32 | 0 | C | 4D | D | 33 | 48 | 35 |
| Octal | 335 | 302 | 62 | 0 | 14 | 115 | 15 | 63 | 110 | 65 |
| Binary | 11011101 | 11000010 | 110010 | 0 | 1100 | 1001101 | 1101 | 110011 | 1001000 | 110101 |
Color Harmonies of #DDC232
Complementary color
Monochromatic Colors of #DDC232
Black with #DDC232
Text Example
Text Example
White with #DDC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC232; }
p { color: rgb(221,194,50); }
H1.HeaderClassName
{
color: #DDC232;
}
.AnyTagClassName
{
color: #DDC232;
}
</style>
background-color css
<style>
a { background-color: #DDC232; }
a { background-color: rgb(221,194,50); }
div.DivClassName
{
background-color: #DDC232;
}
.BgClassName
{
background-color: #DDC232;
}
</style>
border-color css
<style>
span { border-color: #DDC232; }
span { border-color: rgb(221,194,50); }
td.TdClassName
{
border-color: #DDC232;
}
.TagClassName
{
border-color: #DDC232;
}
</style>