Shades of Wattle #DDC532
Tints of Wattle #DDC532
RGB
CMYK
RGB Variations
Color information
#DDC532 (or 0xDDC532) is known color: Wattle. HEX triplet: DD, C5 and 32. RGB value is (221,197,50). Sum of RGB (Red+Green+Blue) = 221+197+50=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC532 is #223ACD. Grayscale: #BCBCBC. Windows color (decimal): -2243278 or 3327453. OLE color: 3327453.
HSL color Cylindrical-coordinate representation of color #DDC532: hue angle of 51.58º 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 #DDC532 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 50 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.13 |
| HSL | 51.58º | 0.72% | 0.53% | - |
| HSV(B) | 51.58º | 0.77% | 0.87% | - |
| XYZ | 50.36 | 55.53 | 11.08 | - |
| YUV | 187.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 50 | 0 | 0.11 | 0.77 | 0.13 | 51.58 | 0.72 | 0.53 |
| Hex | DD | C5 | 32 | 0 | B | 4D | D | 34 | 48 | 35 |
| Octal | 335 | 305 | 62 | 0 | 13 | 115 | 15 | 64 | 110 | 65 |
| Binary | 11011101 | 11000101 | 110010 | 0 | 1011 | 1001101 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DDC532
Complementary color
Monochromatic Colors of #DDC532
Black with #DDC532
Text Example
Text Example
White with #DDC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC532; }
p { color: rgb(221,197,50); }
H1.HeaderClassName
{
color: #DDC532;
}
.AnyTagClassName
{
color: #DDC532;
}
</style>
background-color css
<style>
a { background-color: #DDC532; }
a { background-color: rgb(221,197,50); }
div.DivClassName
{
background-color: #DDC532;
}
.BgClassName
{
background-color: #DDC532;
}
</style>
border-color css
<style>
span { border-color: #DDC532; }
span { border-color: rgb(221,197,50); }
td.TdClassName
{
border-color: #DDC532;
}
.TagClassName
{
border-color: #DDC532;
}
</style>