Shades of Wattle #DDC536
Tints of Wattle #DDC536
RGB
CMYK
RGB Variations
Color information
#DDC536 (or 0xDDC536) is known color: Wattle. HEX triplet: DD, C5 and 36. RGB value is (221,197,54). Sum of RGB (Red+Green+Blue) = 221+197+54=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC536 is #223AC9. Grayscale: #BCBCBC. Windows color (decimal): -2243274 or 3589597. OLE color: 3589597.
HSL color Cylindrical-coordinate representation of color #DDC536: hue angle of 51.38º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDC536 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 54 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.13 |
| HSL | 51.38º | 0.71% | 0.54% | - |
| HSV(B) | 51.38º | 0.76% | 0.87% | - |
| XYZ | 50.45 | 55.57 | 11.56 | - |
| YUV | 187.87 | 52.45 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 54 | 0 | 0.11 | 0.76 | 0.13 | 51.38 | 0.71 | 0.54 |
| Hex | DD | C5 | 36 | 0 | B | 4C | D | 33 | 47 | 36 |
| Octal | 335 | 305 | 66 | 0 | 13 | 114 | 15 | 63 | 107 | 66 |
| Binary | 11011101 | 11000101 | 110110 | 0 | 1011 | 1001100 | 1101 | 110011 | 1000111 | 110110 |
Color Harmonies of #DDC536
Complementary color
Monochromatic Colors of #DDC536
Black with #DDC536
Text Example
Text Example
White with #DDC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC536; }
p { color: rgb(221,197,54); }
H1.HeaderClassName
{
color: #DDC536;
}
.AnyTagClassName
{
color: #DDC536;
}
</style>
background-color css
<style>
a { background-color: #DDC536; }
a { background-color: rgb(221,197,54); }
div.DivClassName
{
background-color: #DDC536;
}
.BgClassName
{
background-color: #DDC536;
}
</style>
border-color css
<style>
span { border-color: #DDC536; }
span { border-color: rgb(221,197,54); }
td.TdClassName
{
border-color: #DDC536;
}
.TagClassName
{
border-color: #DDC536;
}
</style>