Shades of Wattle #DDD03D
Tints of Wattle #DDD03D
RGB
CMYK
RGB Variations
Color information
#DDD03D (or 0xDDD03D) is known color: Wattle. HEX triplet: DD, D0 and 3D. RGB value is (221,208,61). Sum of RGB (Red+Green+Blue) = 221+208+61=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD03D is #222FC2. Grayscale: #C3C3C3. Windows color (decimal): -2240451 or 4051165. OLE color: 4051165.
HSL color Cylindrical-coordinate representation of color #DDD03D: hue angle of 55.12º 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 #DDD03D is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 61 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.13 |
| HSL | 55.13º | 0.7% | 0.55% | - |
| HSV(B) | 55.13º | 0.72% | 0.87% | - |
| XYZ | 53.22 | 60.82 | 13.35 | - |
| YUV | 195.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 61 | 0 | 0.06 | 0.72 | 0.13 | 55.13 | 0.7 | 0.55 |
| Hex | DD | D0 | 3D | 0 | 6 | 48 | D | 37 | 46 | 37 |
| Octal | 335 | 320 | 75 | 0 | 6 | 110 | 15 | 67 | 106 | 67 |
| Binary | 11011101 | 11010000 | 111101 | 0 | 110 | 1001000 | 1101 | 110111 | 1000110 | 110111 |
Color Harmonies of #DDD03D
Complementary color
Monochromatic Colors of #DDD03D
Black with #DDD03D
Text Example
Text Example
White with #DDD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD03D; }
p { color: rgb(221,208,61); }
H1.HeaderClassName
{
color: #DDD03D;
}
.AnyTagClassName
{
color: #DDD03D;
}
</style>
background-color css
<style>
a { background-color: #DDD03D; }
a { background-color: rgb(221,208,61); }
div.DivClassName
{
background-color: #DDD03D;
}
.BgClassName
{
background-color: #DDD03D;
}
</style>
border-color css
<style>
span { border-color: #DDD03D; }
span { border-color: rgb(221,208,61); }
td.TdClassName
{
border-color: #DDD03D;
}
.TagClassName
{
border-color: #DDD03D;
}
</style>