Shades of Wattle #DDD03B
Tints of Wattle #DDD03B
RGB
CMYK
RGB Variations
Color information
#DDD03B (or 0xDDD03B) is known color: Wattle. HEX triplet: DD, D0 and 3B. RGB value is (221,208,59). Sum of RGB (Red+Green+Blue) = 221+208+59=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD03B is #222FC4. Grayscale: #C3C3C3. Windows color (decimal): -2240453 or 3920093. OLE color: 3920093.
HSL color Cylindrical-coordinate representation of color #DDD03B: hue angle of 55.19º 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 #DDD03B is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 59 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.13 |
| HSL | 55.19º | 0.7% | 0.55% | - |
| HSV(B) | 55.19º | 0.73% | 0.87% | - |
| XYZ | 53.16 | 60.8 | 13.07 | - |
| YUV | 194.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 59 | 0 | 0.06 | 0.73 | 0.13 | 55.19 | 0.7 | 0.55 |
| Hex | DD | D0 | 3B | 0 | 6 | 49 | D | 37 | 46 | 37 |
| Octal | 335 | 320 | 73 | 0 | 6 | 111 | 15 | 67 | 106 | 67 |
| Binary | 11011101 | 11010000 | 111011 | 0 | 110 | 1001001 | 1101 | 110111 | 1000110 | 110111 |
Color Harmonies of #DDD03B
Complementary color
Monochromatic Colors of #DDD03B
Black with #DDD03B
Text Example
Text Example
White with #DDD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD03B; }
p { color: rgb(221,208,59); }
H1.HeaderClassName
{
color: #DDD03B;
}
.AnyTagClassName
{
color: #DDD03B;
}
</style>
background-color css
<style>
a { background-color: #DDD03B; }
a { background-color: rgb(221,208,59); }
div.DivClassName
{
background-color: #DDD03B;
}
.BgClassName
{
background-color: #DDD03B;
}
</style>
border-color css
<style>
span { border-color: #DDD03B; }
span { border-color: rgb(221,208,59); }
td.TdClassName
{
border-color: #DDD03B;
}
.TagClassName
{
border-color: #DDD03B;
}
</style>