Shades of Wattle #DDD23E
Tints of Wattle #DDD23E
RGB
CMYK
RGB Variations
Color information
#DDD23E (or 0xDDD23E) is known color: Wattle. HEX triplet: DD, D2 and 3E. RGB value is (221,210,62). Sum of RGB (Red+Green+Blue) = 221+210+62=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD23E is #222DC1. Grayscale: #C5C5C5. Windows color (decimal): -2239938 or 4117213. OLE color: 4117213.
HSL color Cylindrical-coordinate representation of color #DDD23E: hue angle of 55.85º 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 #DDD23E is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 62 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.13 |
| HSL | 55.85º | 0.7% | 0.55% | - |
| HSV(B) | 55.85º | 0.72% | 0.87% | - |
| XYZ | 53.73 | 61.81 | 13.66 | - |
| YUV | 196.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 62 | 0 | 0.05 | 0.72 | 0.13 | 55.85 | 0.7 | 0.55 |
| Hex | DD | D2 | 3E | 0 | 5 | 48 | D | 38 | 46 | 37 |
| Octal | 335 | 322 | 76 | 0 | 5 | 110 | 15 | 70 | 106 | 67 |
| Binary | 11011101 | 11010010 | 111110 | 0 | 101 | 1001000 | 1101 | 111000 | 1000110 | 110111 |
Color Harmonies of #DDD23E
Complementary color
Monochromatic Colors of #DDD23E
Black with #DDD23E
Text Example
Text Example
White with #DDD23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD23E; }
p { color: rgb(221,210,62); }
H1.HeaderClassName
{
color: #DDD23E;
}
.AnyTagClassName
{
color: #DDD23E;
}
</style>
background-color css
<style>
a { background-color: #DDD23E; }
a { background-color: rgb(221,210,62); }
div.DivClassName
{
background-color: #DDD23E;
}
.BgClassName
{
background-color: #DDD23E;
}
</style>
border-color css
<style>
span { border-color: #DDD23E; }
span { border-color: rgb(221,210,62); }
td.TdClassName
{
border-color: #DDD23E;
}
.TagClassName
{
border-color: #DDD23E;
}
</style>