Shades of Wattle #DDD02E
Tints of Wattle #DDD02E
RGB
CMYK
RGB Variations
Color information
#DDD02E (or 0xDDD02E) is known color: Wattle. HEX triplet: DD, D0 and 2E. RGB value is (221,208,46). Sum of RGB (Red+Green+Blue) = 221+208+46=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD02E is #222FD1. Grayscale: #C2C2C2. Windows color (decimal): -2240466 or 3068125. OLE color: 3068125.
HSL color Cylindrical-coordinate representation of color #DDD02E: hue angle of 55.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDD02E is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 46 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.13 |
| HSL | 55.54º | 0.72% | 0.52% | - |
| HSV(B) | 55.54º | 0.79% | 0.87% | - |
| XYZ | 52.87 | 60.68 | 11.51 | - |
| YUV | 193.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 46 | 0 | 0.06 | 0.79 | 0.13 | 55.54 | 0.72 | 0.52 |
| Hex | DD | D0 | 2E | 0 | 6 | 4F | D | 38 | 48 | 34 |
| Octal | 335 | 320 | 56 | 0 | 6 | 117 | 15 | 70 | 110 | 64 |
| Binary | 11011101 | 11010000 | 101110 | 0 | 110 | 1001111 | 1101 | 111000 | 1001000 | 110100 |
Color Harmonies of #DDD02E
Complementary color
Monochromatic Colors of #DDD02E
Black with #DDD02E
Text Example
Text Example
White with #DDD02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD02E; }
p { color: rgb(221,208,46); }
H1.HeaderClassName
{
color: #DDD02E;
}
.AnyTagClassName
{
color: #DDD02E;
}
</style>
background-color css
<style>
a { background-color: #DDD02E; }
a { background-color: rgb(221,208,46); }
div.DivClassName
{
background-color: #DDD02E;
}
.BgClassName
{
background-color: #DDD02E;
}
</style>
border-color css
<style>
span { border-color: #DDD02E; }
span { border-color: rgb(221,208,46); }
td.TdClassName
{
border-color: #DDD02E;
}
.TagClassName
{
border-color: #DDD02E;
}
</style>