Shades of Wattle #DDC72E
Tints of Wattle #DDC72E
RGB
CMYK
RGB Variations
Color information
#DDC72E (or 0xDDC72E) is known color: Wattle. HEX triplet: DD, C7 and 2E. RGB value is (221,199,46). Sum of RGB (Red+Green+Blue) = 221+199+46=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC72E is #2238D1. Grayscale: #BCBCBC. Windows color (decimal): -2242770 or 3065821. OLE color: 3065821.
HSL color Cylindrical-coordinate representation of color #DDC72E: hue angle of 52.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDC72E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 46 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.13 |
| HSL | 52.46º | 0.72% | 0.52% | - |
| HSV(B) | 52.46º | 0.79% | 0.87% | - |
| XYZ | 50.74 | 56.42 | 10.8 | - |
| YUV | 188.14 | 47.79 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 46 | 0 | 0.10 | 0.79 | 0.13 | 52.46 | 0.72 | 0.52 |
| Hex | DD | C7 | 2E | 0 | A | 4F | D | 34 | 48 | 34 |
| Octal | 335 | 307 | 56 | 0 | 12 | 117 | 15 | 64 | 110 | 64 |
| Binary | 11011101 | 11000111 | 101110 | 0 | 1010 | 1001111 | 1101 | 110100 | 1001000 | 110100 |
Color Harmonies of #DDC72E
Complementary color
Monochromatic Colors of #DDC72E
Black with #DDC72E
Text Example
Text Example
White with #DDC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC72E; }
p { color: rgb(221,199,46); }
H1.HeaderClassName
{
color: #DDC72E;
}
.AnyTagClassName
{
color: #DDC72E;
}
</style>
background-color css
<style>
a { background-color: #DDC72E; }
a { background-color: rgb(221,199,46); }
div.DivClassName
{
background-color: #DDC72E;
}
.BgClassName
{
background-color: #DDC72E;
}
</style>
border-color css
<style>
span { border-color: #DDC72E; }
span { border-color: rgb(221,199,46); }
td.TdClassName
{
border-color: #DDC72E;
}
.TagClassName
{
border-color: #DDC72E;
}
</style>