Shades of Wattle #DDC52F
Tints of Wattle #DDC52F
RGB
CMYK
RGB Variations
Color information
#DDC52F (or 0xDDC52F) is known color: Wattle. HEX triplet: DD, C5 and 2F. RGB value is (221,197,47). Sum of RGB (Red+Green+Blue) = 221+197+47=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC52F is #223AD0. Grayscale: #BBBBBB. Windows color (decimal): -2243281 or 3130845. OLE color: 3130845.
HSL color Cylindrical-coordinate representation of color #DDC52F: hue angle of 51.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDC52F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 47 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.13 |
| HSL | 51.72º | 0.72% | 0.53% | - |
| HSV(B) | 51.72º | 0.79% | 0.87% | - |
| XYZ | 50.3 | 55.51 | 10.75 | - |
| YUV | 187.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 47 | 0 | 0.11 | 0.79 | 0.13 | 51.72 | 0.72 | 0.53 |
| Hex | DD | C5 | 2F | 0 | B | 4F | D | 34 | 48 | 35 |
| Octal | 335 | 305 | 57 | 0 | 13 | 117 | 15 | 64 | 110 | 65 |
| Binary | 11011101 | 11000101 | 101111 | 0 | 1011 | 1001111 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DDC52F
Complementary color
Monochromatic Colors of #DDC52F
Black with #DDC52F
Text Example
Text Example
White with #DDC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC52F; }
p { color: rgb(221,197,47); }
H1.HeaderClassName
{
color: #DDC52F;
}
.AnyTagClassName
{
color: #DDC52F;
}
</style>
background-color css
<style>
a { background-color: #DDC52F; }
a { background-color: rgb(221,197,47); }
div.DivClassName
{
background-color: #DDC52F;
}
.BgClassName
{
background-color: #DDC52F;
}
</style>
border-color css
<style>
span { border-color: #DDC52F; }
span { border-color: rgb(221,197,47); }
td.TdClassName
{
border-color: #DDC52F;
}
.TagClassName
{
border-color: #DDC52F;
}
</style>