Shades of Wattle #DDC037
Tints of Wattle #DDC037
RGB
CMYK
RGB Variations
Color information
#DDC037 (or 0xDDC037) is known color: Wattle. HEX triplet: DD, C0 and 37. RGB value is (221,192,55). Sum of RGB (Red+Green+Blue) = 221+192+55=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC037 is #223FC8. Grayscale: #B9B9B9. Windows color (decimal): -2244553 or 3653853. OLE color: 3653853.
HSL color Cylindrical-coordinate representation of color #DDC037: hue angle of 49.52º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDC037 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 55 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.13 |
| HSL | 49.52º | 0.71% | 0.54% | - |
| HSV(B) | 49.52º | 0.75% | 0.87% | - |
| XYZ | 49.36 | 53.35 | 11.31 | - |
| YUV | 185.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 55 | 0 | 0.13 | 0.75 | 0.13 | 49.52 | 0.71 | 0.54 |
| Hex | DD | C0 | 37 | 0 | D | 4B | D | 32 | 47 | 36 |
| Octal | 335 | 300 | 67 | 0 | 15 | 113 | 15 | 62 | 107 | 66 |
| Binary | 11011101 | 11000000 | 110111 | 0 | 1101 | 1001011 | 1101 | 110010 | 1000111 | 110110 |
Color Harmonies of #DDC037
Complementary color
Monochromatic Colors of #DDC037
Black with #DDC037
Text Example
Text Example
White with #DDC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC037; }
p { color: rgb(221,192,55); }
H1.HeaderClassName
{
color: #DDC037;
}
.AnyTagClassName
{
color: #DDC037;
}
</style>
background-color css
<style>
a { background-color: #DDC037; }
a { background-color: rgb(221,192,55); }
div.DivClassName
{
background-color: #DDC037;
}
.BgClassName
{
background-color: #DDC037;
}
</style>
border-color css
<style>
span { border-color: #DDC037; }
span { border-color: rgb(221,192,55); }
td.TdClassName
{
border-color: #DDC037;
}
.TagClassName
{
border-color: #DDC037;
}
</style>