Shades of Wattle #DDC731
Tints of Wattle #DDC731
RGB
CMYK
RGB Variations
Color information
#DDC731 (or 0xDDC731) is known color: Wattle. HEX triplet: DD, C7 and 31. RGB value is (221,199,49). Sum of RGB (Red+Green+Blue) = 221+199+49=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC731 is #2238CE. Grayscale: #BDBDBD. Windows color (decimal): -2242767 or 3262429. OLE color: 3262429.
HSL color Cylindrical-coordinate representation of color #DDC731: hue angle of 52.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDC731 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.33º | 0.72% | 0.53% | - |
| HSV(B) | 52.33º | 0.78% | 0.87% | - |
| XYZ | 50.8 | 56.44 | 11.12 | - |
| YUV | 188.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 49 | 0 | 0.10 | 0.78 | 0.13 | 52.33 | 0.72 | 0.53 |
| Hex | DD | C7 | 31 | 0 | A | 4E | D | 34 | 48 | 35 |
| Octal | 335 | 307 | 61 | 0 | 12 | 116 | 15 | 64 | 110 | 65 |
| Binary | 11011101 | 11000111 | 110001 | 0 | 1010 | 1001110 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DDC731
Complementary color
Monochromatic Colors of #DDC731
Black with #DDC731
Text Example
Text Example
White with #DDC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC731; }
p { color: rgb(221,199,49); }
H1.HeaderClassName
{
color: #DDC731;
}
.AnyTagClassName
{
color: #DDC731;
}
</style>
background-color css
<style>
a { background-color: #DDC731; }
a { background-color: rgb(221,199,49); }
div.DivClassName
{
background-color: #DDC731;
}
.BgClassName
{
background-color: #DDC731;
}
</style>
border-color css
<style>
span { border-color: #DDC731; }
span { border-color: rgb(221,199,49); }
td.TdClassName
{
border-color: #DDC731;
}
.TagClassName
{
border-color: #DDC731;
}
</style>