Shades of Wattle #DDD13B
Tints of Wattle #DDD13B
RGB
CMYK
RGB Variations
Color information
#DDD13B (or 0xDDD13B) is known color: Wattle. HEX triplet: DD, D1 and 3B. RGB value is (221,209,59). Sum of RGB (Red+Green+Blue) = 221+209+59=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD13B is #222EC4. Grayscale: #C4C4C4. Windows color (decimal): -2240197 or 3920349. OLE color: 3920349.
HSL color Cylindrical-coordinate representation of color #DDD13B: hue angle of 55.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDD13B is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 59 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.13 |
| HSL | 55.56º | 0.7% | 0.55% | - |
| HSV(B) | 55.56º | 0.73% | 0.87% | - |
| XYZ | 53.41 | 61.29 | 13.15 | - |
| YUV | 195.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 59 | 0 | 0.05 | 0.73 | 0.13 | 55.56 | 0.7 | 0.55 |
| Hex | DD | D1 | 3B | 0 | 5 | 49 | D | 38 | 46 | 37 |
| Octal | 335 | 321 | 73 | 0 | 5 | 111 | 15 | 70 | 106 | 67 |
| Binary | 11011101 | 11010001 | 111011 | 0 | 101 | 1001001 | 1101 | 111000 | 1000110 | 110111 |
Color Harmonies of #DDD13B
Complementary color
Monochromatic Colors of #DDD13B
Black with #DDD13B
Text Example
Text Example
White with #DDD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD13B; }
p { color: rgb(221,209,59); }
H1.HeaderClassName
{
color: #DDD13B;
}
.AnyTagClassName
{
color: #DDD13B;
}
</style>
background-color css
<style>
a { background-color: #DDD13B; }
a { background-color: rgb(221,209,59); }
div.DivClassName
{
background-color: #DDD13B;
}
.BgClassName
{
background-color: #DDD13B;
}
</style>
border-color css
<style>
span { border-color: #DDD13B; }
span { border-color: rgb(221,209,59); }
td.TdClassName
{
border-color: #DDD13B;
}
.TagClassName
{
border-color: #DDD13B;
}
</style>