Shades of Wattle #DDC136
Tints of Wattle #DDC136
RGB
CMYK
RGB Variations
Color information
#DDC136 (or 0xDDC136) is known color: Wattle. HEX triplet: DD, C1 and 36. RGB value is (221,193,54). Sum of RGB (Red+Green+Blue) = 221+193+54=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC136 is #223EC9. Grayscale: #BABABA. Windows color (decimal): -2244298 or 3588573. OLE color: 3588573.
HSL color Cylindrical-coordinate representation of color #DDC136: hue angle of 49.94º 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 #DDC136 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 54 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.13 |
| HSL | 49.94º | 0.71% | 0.54% | - |
| HSV(B) | 49.94º | 0.76% | 0.87% | - |
| XYZ | 49.55 | 53.78 | 11.26 | - |
| YUV | 185.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 54 | 0 | 0.13 | 0.76 | 0.13 | 49.94 | 0.71 | 0.54 |
| Hex | DD | C1 | 36 | 0 | D | 4C | D | 32 | 47 | 36 |
| Octal | 335 | 301 | 66 | 0 | 15 | 114 | 15 | 62 | 107 | 66 |
| Binary | 11011101 | 11000001 | 110110 | 0 | 1101 | 1001100 | 1101 | 110010 | 1000111 | 110110 |
Color Harmonies of #DDC136
Complementary color
Monochromatic Colors of #DDC136
Black with #DDC136
Text Example
Text Example
White with #DDC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC136; }
p { color: rgb(221,193,54); }
H1.HeaderClassName
{
color: #DDC136;
}
.AnyTagClassName
{
color: #DDC136;
}
</style>
background-color css
<style>
a { background-color: #DDC136; }
a { background-color: rgb(221,193,54); }
div.DivClassName
{
background-color: #DDC136;
}
.BgClassName
{
background-color: #DDC136;
}
</style>
border-color css
<style>
span { border-color: #DDC136; }
span { border-color: rgb(221,193,54); }
td.TdClassName
{
border-color: #DDC136;
}
.TagClassName
{
border-color: #DDC136;
}
</style>