Shades of Wattle #DDC931
Tints of Wattle #DDC931
RGB
CMYK
RGB Variations
Color information
#DDC931 (or 0xDDC931) is known color: Wattle. HEX triplet: DD, C9 and 31. RGB value is (221,201,49). Sum of RGB (Red+Green+Blue) = 221+201+49=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC931 is #2236CE. Grayscale: #BEBEBE. Windows color (decimal): -2242255 or 3262941. OLE color: 3262941.
HSL color Cylindrical-coordinate representation of color #DDC931: hue angle of 53.02º 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 #DDC931 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 49 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 53.02º | 0.72% | 0.53% | - |
| HSV(B) | 53.02º | 0.78% | 0.87% | - |
| XYZ | 51.26 | 57.37 | 11.28 | - |
| YUV | 189.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 49 | 0 | 0.09 | 0.78 | 0.13 | 53.02 | 0.72 | 0.53 |
| Hex | DD | C9 | 31 | 0 | 9 | 4E | D | 35 | 48 | 35 |
| Octal | 335 | 311 | 61 | 0 | 11 | 116 | 15 | 65 | 110 | 65 |
| Binary | 11011101 | 11001001 | 110001 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001000 | 110101 |
Color Harmonies of #DDC931
Complementary color
Monochromatic Colors of #DDC931
Black with #DDC931
Text Example
Text Example
White with #DDC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC931; }
p { color: rgb(221,201,49); }
H1.HeaderClassName
{
color: #DDC931;
}
.AnyTagClassName
{
color: #DDC931;
}
</style>
background-color css
<style>
a { background-color: #DDC931; }
a { background-color: rgb(221,201,49); }
div.DivClassName
{
background-color: #DDC931;
}
.BgClassName
{
background-color: #DDC931;
}
</style>
border-color css
<style>
span { border-color: #DDC931; }
span { border-color: rgb(221,201,49); }
td.TdClassName
{
border-color: #DDC931;
}
.TagClassName
{
border-color: #DDC931;
}
</style>