Shades of Wattle #DDD035
Tints of Wattle #DDD035
RGB
CMYK
RGB Variations
Color information
#DDD035 (or 0xDDD035) is known color: Wattle. HEX triplet: DD, D0 and 35. RGB value is (221,208,53). Sum of RGB (Red+Green+Blue) = 221+208+53=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD035 is #222FCA. Grayscale: #C2C2C2. Windows color (decimal): -2240459 or 3526877. OLE color: 3526877.
HSL color Cylindrical-coordinate representation of color #DDD035: hue angle of 55.36º 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 #DDD035 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 53 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.13 |
| HSL | 55.36º | 0.71% | 0.54% | - |
| HSV(B) | 55.36º | 0.76% | 0.87% | - |
| XYZ | 53.02 | 60.74 | 12.3 | - |
| YUV | 194.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 53 | 0 | 0.06 | 0.76 | 0.13 | 55.36 | 0.71 | 0.54 |
| Hex | DD | D0 | 35 | 0 | 6 | 4C | D | 37 | 47 | 36 |
| Octal | 335 | 320 | 65 | 0 | 6 | 114 | 15 | 67 | 107 | 66 |
| Binary | 11011101 | 11010000 | 110101 | 0 | 110 | 1001100 | 1101 | 110111 | 1000111 | 110110 |
Color Harmonies of #DDD035
Complementary color
Monochromatic Colors of #DDD035
Black with #DDD035
Text Example
Text Example
White with #DDD035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD035; }
p { color: rgb(221,208,53); }
H1.HeaderClassName
{
color: #DDD035;
}
.AnyTagClassName
{
color: #DDD035;
}
</style>
background-color css
<style>
a { background-color: #DDD035; }
a { background-color: rgb(221,208,53); }
div.DivClassName
{
background-color: #DDD035;
}
.BgClassName
{
background-color: #DDD035;
}
</style>
border-color css
<style>
span { border-color: #DDD035; }
span { border-color: rgb(221,208,53); }
td.TdClassName
{
border-color: #DDD035;
}
.TagClassName
{
border-color: #DDD035;
}
</style>