Shades of Wattle #DDD03E
Tints of Wattle #DDD03E
RGB
CMYK
RGB Variations
Color information
#DDD03E (or 0xDDD03E) is known color: Wattle. HEX triplet: DD, D0 and 3E. RGB value is (221,208,62). Sum of RGB (Red+Green+Blue) = 221+208+62=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD03E is #222FC1. Grayscale: #C3C3C3. Windows color (decimal): -2240450 or 4116701. OLE color: 4116701.
HSL color Cylindrical-coordinate representation of color #DDD03E: hue angle of 55.09º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDD03E is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 62 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.13 |
| HSL | 55.09º | 0.7% | 0.55% | - |
| HSV(B) | 55.09º | 0.72% | 0.87% | - |
| XYZ | 53.24 | 60.83 | 13.49 | - |
| YUV | 195.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 62 | 0 | 0.06 | 0.72 | 0.13 | 55.09 | 0.7 | 0.55 |
| Hex | DD | D0 | 3E | 0 | 6 | 48 | D | 37 | 46 | 37 |
| Octal | 335 | 320 | 76 | 0 | 6 | 110 | 15 | 67 | 106 | 67 |
| Binary | 11011101 | 11010000 | 111110 | 0 | 110 | 1001000 | 1101 | 110111 | 1000110 | 110111 |
Color Harmonies of #DDD03E
Complementary color
Monochromatic Colors of #DDD03E
Black with #DDD03E
Text Example
Text Example
White with #DDD03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD03E; }
p { color: rgb(221,208,62); }
H1.HeaderClassName
{
color: #DDD03E;
}
.AnyTagClassName
{
color: #DDD03E;
}
</style>
background-color css
<style>
a { background-color: #DDD03E; }
a { background-color: rgb(221,208,62); }
div.DivClassName
{
background-color: #DDD03E;
}
.BgClassName
{
background-color: #DDD03E;
}
</style>
border-color css
<style>
span { border-color: #DDD03E; }
span { border-color: rgb(221,208,62); }
td.TdClassName
{
border-color: #DDD03E;
}
.TagClassName
{
border-color: #DDD03E;
}
</style>