Shades of Wattle #DDD030
Tints of Wattle #DDD030
RGB
CMYK
RGB Variations
Color information
#DDD030 (or 0xDDD030) is known color: Wattle. HEX triplet: DD, D0 and 30. RGB value is (221,208,48). Sum of RGB (Red+Green+Blue) = 221+208+48=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD030 is #222FCF. Grayscale: #C2C2C2. Windows color (decimal): -2240464 or 3199197. OLE color: 3199197.
HSL color Cylindrical-coordinate representation of color #DDD030: hue angle of 55.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDD030 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 48 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.13 |
| HSL | 55.49º | 0.72% | 0.53% | - |
| HSV(B) | 55.49º | 0.78% | 0.87% | - |
| XYZ | 52.91 | 60.7 | 11.72 | - |
| YUV | 193.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 48 | 0 | 0.06 | 0.78 | 0.13 | 55.49 | 0.72 | 0.53 |
| Hex | DD | D0 | 30 | 0 | 6 | 4E | D | 37 | 48 | 35 |
| Octal | 335 | 320 | 60 | 0 | 6 | 116 | 15 | 67 | 110 | 65 |
| Binary | 11011101 | 11010000 | 110000 | 0 | 110 | 1001110 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DDD030
Complementary color
Monochromatic Colors of #DDD030
Black with #DDD030
Text Example
Text Example
White with #DDD030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD030; }
p { color: rgb(221,208,48); }
H1.HeaderClassName
{
color: #DDD030;
}
.AnyTagClassName
{
color: #DDD030;
}
</style>
background-color css
<style>
a { background-color: #DDD030; }
a { background-color: rgb(221,208,48); }
div.DivClassName
{
background-color: #DDD030;
}
.BgClassName
{
background-color: #DDD030;
}
</style>
border-color css
<style>
span { border-color: #DDD030; }
span { border-color: rgb(221,208,48); }
td.TdClassName
{
border-color: #DDD030;
}
.TagClassName
{
border-color: #DDD030;
}
</style>