Shades of Wattle #DDC52E
Tints of Wattle #DDC52E
RGB
CMYK
RGB Variations
Color information
#DDC52E (or 0xDDC52E) is known color: Wattle. HEX triplet: DD, C5 and 2E. RGB value is (221,197,46). Sum of RGB (Red+Green+Blue) = 221+197+46=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC52E is #223AD1. Grayscale: #BBBBBB. Windows color (decimal): -2243282 or 3065309. OLE color: 3065309.
HSL color Cylindrical-coordinate representation of color #DDC52E: hue angle of 51.77º 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 #DDC52E is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 46 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.13 |
| HSL | 51.77º | 0.72% | 0.52% | - |
| HSV(B) | 51.77º | 0.79% | 0.87% | - |
| XYZ | 50.28 | 55.5 | 10.65 | - |
| YUV | 186.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 46 | 0 | 0.11 | 0.79 | 0.13 | 51.77 | 0.72 | 0.52 |
| Hex | DD | C5 | 2E | 0 | B | 4F | D | 34 | 48 | 34 |
| Octal | 335 | 305 | 56 | 0 | 13 | 117 | 15 | 64 | 110 | 64 |
| Binary | 11011101 | 11000101 | 101110 | 0 | 1011 | 1001111 | 1101 | 110100 | 1001000 | 110100 |
Color Harmonies of #DDC52E
Complementary color
Monochromatic Colors of #DDC52E
Black with #DDC52E
Text Example
Text Example
White with #DDC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC52E; }
p { color: rgb(221,197,46); }
H1.HeaderClassName
{
color: #DDC52E;
}
.AnyTagClassName
{
color: #DDC52E;
}
</style>
background-color css
<style>
a { background-color: #DDC52E; }
a { background-color: rgb(221,197,46); }
div.DivClassName
{
background-color: #DDC52E;
}
.BgClassName
{
background-color: #DDC52E;
}
</style>
border-color css
<style>
span { border-color: #DDC52E; }
span { border-color: rgb(221,197,46); }
td.TdClassName
{
border-color: #DDC52E;
}
.TagClassName
{
border-color: #DDC52E;
}
</style>