Shades of Wattle #DDC737
Tints of Wattle #DDC737
RGB
CMYK
RGB Variations
Color information
#DDC737 (or 0xDDC737) is known color: Wattle. HEX triplet: DD, C7 and 37. RGB value is (221,199,55). Sum of RGB (Red+Green+Blue) = 221+199+55=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC737 is #2238C8. Grayscale: #BDBDBD. Windows color (decimal): -2242761 or 3655645. OLE color: 3655645.
HSL color Cylindrical-coordinate representation of color #DDC737: hue angle of 52.05º 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 #DDC737 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 55 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.13 |
| HSL | 52.05º | 0.71% | 0.54% | - |
| HSV(B) | 52.05º | 0.75% | 0.87% | - |
| XYZ | 50.93 | 56.49 | 11.83 | - |
| YUV | 189.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 55 | 0 | 0.10 | 0.75 | 0.13 | 52.05 | 0.71 | 0.54 |
| Hex | DD | C7 | 37 | 0 | A | 4B | D | 34 | 47 | 36 |
| Octal | 335 | 307 | 67 | 0 | 12 | 113 | 15 | 64 | 107 | 66 |
| Binary | 11011101 | 11000111 | 110111 | 0 | 1010 | 1001011 | 1101 | 110100 | 1000111 | 110110 |
Color Harmonies of #DDC737
Complementary color
Monochromatic Colors of #DDC737
Black with #DDC737
Text Example
Text Example
White with #DDC737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC737; }
p { color: rgb(221,199,55); }
H1.HeaderClassName
{
color: #DDC737;
}
.AnyTagClassName
{
color: #DDC737;
}
</style>
background-color css
<style>
a { background-color: #DDC737; }
a { background-color: rgb(221,199,55); }
div.DivClassName
{
background-color: #DDC737;
}
.BgClassName
{
background-color: #DDC737;
}
</style>
border-color css
<style>
span { border-color: #DDC737; }
span { border-color: rgb(221,199,55); }
td.TdClassName
{
border-color: #DDC737;
}
.TagClassName
{
border-color: #DDC737;
}
</style>