Shades of Wattle #DDD135
Tints of Wattle #DDD135
RGB
CMYK
RGB Variations
Color information
#DDD135 (or 0xDDD135) is known color: Wattle. HEX triplet: DD, D1 and 35. RGB value is (221,209,53). Sum of RGB (Red+Green+Blue) = 221+209+53=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD135 is #222ECA. Grayscale: #C3C3C3. Windows color (decimal): -2240203 or 3527133. OLE color: 3527133.
HSL color Cylindrical-coordinate representation of color #DDD135: hue angle of 55.71º 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 #DDD135 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 53 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.13 |
| HSL | 55.71º | 0.71% | 0.54% | - |
| HSV(B) | 55.71º | 0.76% | 0.87% | - |
| XYZ | 53.26 | 61.23 | 12.38 | - |
| YUV | 194.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 53 | 0 | 0.05 | 0.76 | 0.13 | 55.71 | 0.71 | 0.54 |
| Hex | DD | D1 | 35 | 0 | 5 | 4C | D | 38 | 47 | 36 |
| Octal | 335 | 321 | 65 | 0 | 5 | 114 | 15 | 70 | 107 | 66 |
| Binary | 11011101 | 11010001 | 110101 | 0 | 101 | 1001100 | 1101 | 111000 | 1000111 | 110110 |
Color Harmonies of #DDD135
Complementary color
Monochromatic Colors of #DDD135
Black with #DDD135
Text Example
Text Example
White with #DDD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD135; }
p { color: rgb(221,209,53); }
H1.HeaderClassName
{
color: #DDD135;
}
.AnyTagClassName
{
color: #DDD135;
}
</style>
background-color css
<style>
a { background-color: #DDD135; }
a { background-color: rgb(221,209,53); }
div.DivClassName
{
background-color: #DDD135;
}
.BgClassName
{
background-color: #DDD135;
}
</style>
border-color css
<style>
span { border-color: #DDD135; }
span { border-color: rgb(221,209,53); }
td.TdClassName
{
border-color: #DDD135;
}
.TagClassName
{
border-color: #DDD135;
}
</style>