Shades of Wattle #DDD33D
Tints of Wattle #DDD33D
RGB
CMYK
RGB Variations
Color information
#DDD33D (or 0xDDD33D) is known color: Wattle. HEX triplet: DD, D3 and 3D. RGB value is (221,211,61). Sum of RGB (Red+Green+Blue) = 221+211+61=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD33D is #222CC2. Grayscale: #C5C5C5. Windows color (decimal): -2239683 or 4051933. OLE color: 4051933.
HSL color Cylindrical-coordinate representation of color #DDD33D: hue angle of 56.25º 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 #DDD33D is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 61 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.13 |
| HSL | 56.25º | 0.7% | 0.55% | - |
| HSV(B) | 56.25º | 0.72% | 0.87% | - |
| XYZ | 53.96 | 62.3 | 13.6 | - |
| YUV | 196.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 61 | 0 | 0.05 | 0.72 | 0.13 | 56.25 | 0.7 | 0.55 |
| Hex | DD | D3 | 3D | 0 | 5 | 48 | D | 38 | 46 | 37 |
| Octal | 335 | 323 | 75 | 0 | 5 | 110 | 15 | 70 | 106 | 67 |
| Binary | 11011101 | 11010011 | 111101 | 0 | 101 | 1001000 | 1101 | 111000 | 1000110 | 110111 |
Color Harmonies of #DDD33D
Complementary color
Monochromatic Colors of #DDD33D
Black with #DDD33D
Text Example
Text Example
White with #DDD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD33D; }
p { color: rgb(221,211,61); }
H1.HeaderClassName
{
color: #DDD33D;
}
.AnyTagClassName
{
color: #DDD33D;
}
</style>
background-color css
<style>
a { background-color: #DDD33D; }
a { background-color: rgb(221,211,61); }
div.DivClassName
{
background-color: #DDD33D;
}
.BgClassName
{
background-color: #DDD33D;
}
</style>
border-color css
<style>
span { border-color: #DDD33D; }
span { border-color: rgb(221,211,61); }
td.TdClassName
{
border-color: #DDD33D;
}
.TagClassName
{
border-color: #DDD33D;
}
</style>