Shades of Wattle #DDC830
Tints of Wattle #DDC830
RGB
CMYK
RGB Variations
Color information
#DDC830 (or 0xDDC830) is known color: Wattle. HEX triplet: DD, C8 and 30. RGB value is (221,200,48). Sum of RGB (Red+Green+Blue) = 221+200+48=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC830 is #2237CF. Grayscale: #BDBDBD. Windows color (decimal): -2242512 or 3197149. OLE color: 3197149.
HSL color Cylindrical-coordinate representation of color #DDC830: hue angle of 52.72º 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 #DDC830 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 48 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.72º | 0.72% | 0.53% | - |
| HSV(B) | 52.72º | 0.78% | 0.87% | - |
| XYZ | 51.01 | 56.89 | 11.09 | - |
| YUV | 188.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 48 | 0 | 0.10 | 0.78 | 0.13 | 52.72 | 0.72 | 0.53 |
| Hex | DD | C8 | 30 | 0 | A | 4E | D | 35 | 48 | 35 |
| Octal | 335 | 310 | 60 | 0 | 12 | 116 | 15 | 65 | 110 | 65 |
| Binary | 11011101 | 11001000 | 110000 | 0 | 1010 | 1001110 | 1101 | 110101 | 1001000 | 110101 |
Color Harmonies of #DDC830
Complementary color
Monochromatic Colors of #DDC830
Black with #DDC830
Text Example
Text Example
White with #DDC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC830; }
p { color: rgb(221,200,48); }
H1.HeaderClassName
{
color: #DDC830;
}
.AnyTagClassName
{
color: #DDC830;
}
</style>
background-color css
<style>
a { background-color: #DDC830; }
a { background-color: rgb(221,200,48); }
div.DivClassName
{
background-color: #DDC830;
}
.BgClassName
{
background-color: #DDC830;
}
</style>
border-color css
<style>
span { border-color: #DDC830; }
span { border-color: rgb(221,200,48); }
td.TdClassName
{
border-color: #DDC830;
}
.TagClassName
{
border-color: #DDC830;
}
</style>