Shades of Wattle #DDD43F
Tints of Wattle #DDD43F
RGB
CMYK
RGB Variations
Color information
#DDD43F (or 0xDDD43F) is known color: Wattle. HEX triplet: DD, D4 and 3F. RGB value is (221,212,63). Sum of RGB (Red+Green+Blue) = 221+212+63=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD43F is #222BC0. Grayscale: #C6C6C6. Windows color (decimal): -2239425 or 4183261. OLE color: 4183261.
HSL color Cylindrical-coordinate representation of color #DDD43F: hue angle of 56.58º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD43F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 63 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.13 |
| HSL | 56.58º | 0.7% | 0.56% | - |
| HSV(B) | 56.58º | 0.71% | 0.87% | - |
| XYZ | 54.26 | 62.82 | 13.97 | - |
| YUV | 197.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 63 | 0 | 0.04 | 0.71 | 0.13 | 56.58 | 0.7 | 0.56 |
| Hex | DD | D4 | 3F | 0 | 4 | 47 | D | 39 | 46 | 38 |
| Octal | 335 | 324 | 77 | 0 | 4 | 107 | 15 | 71 | 106 | 70 |
| Binary | 11011101 | 11010100 | 111111 | 0 | 100 | 1000111 | 1101 | 111001 | 1000110 | 111000 |
Color Harmonies of #DDD43F
Complementary color
Monochromatic Colors of #DDD43F
Black with #DDD43F
Text Example
Text Example
White with #DDD43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD43F; }
p { color: rgb(221,212,63); }
H1.HeaderClassName
{
color: #DDD43F;
}
.AnyTagClassName
{
color: #DDD43F;
}
</style>
background-color css
<style>
a { background-color: #DDD43F; }
a { background-color: rgb(221,212,63); }
div.DivClassName
{
background-color: #DDD43F;
}
.BgClassName
{
background-color: #DDD43F;
}
</style>
border-color css
<style>
span { border-color: #DDD43F; }
span { border-color: rgb(221,212,63); }
td.TdClassName
{
border-color: #DDD43F;
}
.TagClassName
{
border-color: #DDD43F;
}
</style>