Shades of Wattle #DDC831
Tints of Wattle #DDC831
RGB
CMYK
RGB Variations
Color information
#DDC831 (or 0xDDC831) is known color: Wattle. HEX triplet: DD, C8 and 31. RGB value is (221,200,49). Sum of RGB (Red+Green+Blue) = 221+200+49=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC831 is #2237CE. Grayscale: #BDBDBD. Windows color (decimal): -2242511 or 3262685. OLE color: 3262685.
HSL color Cylindrical-coordinate representation of color #DDC831: hue angle of 52.67º 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 #DDC831 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.67º | 0.72% | 0.53% | - |
| HSV(B) | 52.67º | 0.78% | 0.87% | - |
| XYZ | 51.03 | 56.9 | 11.2 | - |
| YUV | 189.07 | 48.96 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 49 | 0 | 0.10 | 0.78 | 0.13 | 52.67 | 0.72 | 0.53 |
| Hex | DD | C8 | 31 | 0 | A | 4E | D | 35 | 48 | 35 |
| Octal | 335 | 310 | 61 | 0 | 12 | 116 | 15 | 65 | 110 | 65 |
| Binary | 11011101 | 11001000 | 110001 | 0 | 1010 | 1001110 | 1101 | 110101 | 1001000 | 110101 |
Color Harmonies of #DDC831
Complementary color
Monochromatic Colors of #DDC831
Black with #DDC831
Text Example
Text Example
White with #DDC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC831; }
p { color: rgb(221,200,49); }
H1.HeaderClassName
{
color: #DDC831;
}
.AnyTagClassName
{
color: #DDC831;
}
</style>
background-color css
<style>
a { background-color: #DDC831; }
a { background-color: rgb(221,200,49); }
div.DivClassName
{
background-color: #DDC831;
}
.BgClassName
{
background-color: #DDC831;
}
</style>
border-color css
<style>
span { border-color: #DDC831; }
span { border-color: rgb(221,200,49); }
td.TdClassName
{
border-color: #DDC831;
}
.TagClassName
{
border-color: #DDC831;
}
</style>