Shades of Wattle #DDC72D
Tints of Wattle #DDC72D
RGB
CMYK
RGB Variations
Color information
#DDC72D (or 0xDDC72D) is known color: Wattle. HEX triplet: DD, C7 and 2D. RGB value is (221,199,45). Sum of RGB (Red+Green+Blue) = 221+199+45=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC72D is #2238D2. Grayscale: #BCBCBC. Windows color (decimal): -2242771 or 3000285. OLE color: 3000285.
HSL color Cylindrical-coordinate representation of color #DDC72D: hue angle of 52.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC72D is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 45 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.13 |
| HSL | 52.5º | 0.72% | 0.52% | - |
| HSV(B) | 52.5º | 0.8% | 0.87% | - |
| XYZ | 50.72 | 56.41 | 10.7 | - |
| YUV | 188.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 45 | 0 | 0.10 | 0.80 | 0.13 | 52.5 | 0.72 | 0.52 |
| Hex | DD | C7 | 2D | 0 | A | 50 | D | 34 | 48 | 34 |
| Octal | 335 | 307 | 55 | 0 | 12 | 120 | 15 | 64 | 110 | 64 |
| Binary | 11011101 | 11000111 | 101101 | 0 | 1010 | 1010000 | 1101 | 110100 | 1001000 | 110100 |
Color Harmonies of #DDC72D
Complementary color
Monochromatic Colors of #DDC72D
Black with #DDC72D
Text Example
Text Example
White with #DDC72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC72D; }
p { color: rgb(221,199,45); }
H1.HeaderClassName
{
color: #DDC72D;
}
.AnyTagClassName
{
color: #DDC72D;
}
</style>
background-color css
<style>
a { background-color: #DDC72D; }
a { background-color: rgb(221,199,45); }
div.DivClassName
{
background-color: #DDC72D;
}
.BgClassName
{
background-color: #DDC72D;
}
</style>
border-color css
<style>
span { border-color: #DDC72D; }
span { border-color: rgb(221,199,45); }
td.TdClassName
{
border-color: #DDC72D;
}
.TagClassName
{
border-color: #DDC72D;
}
</style>