Shades of Wattle #DDCD30
Tints of Wattle #DDCD30
RGB
CMYK
RGB Variations
Color information
#DDCD30 (or 0xDDCD30) is known color: Wattle. HEX triplet: DD, CD and 30. RGB value is (221,205,48). Sum of RGB (Red+Green+Blue) = 221+205+48=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD30 is #2232CF. Grayscale: #C0C0C0. Windows color (decimal): -2241232 or 3198429. OLE color: 3198429.
HSL color Cylindrical-coordinate representation of color #DDCD30: hue angle of 54.45º 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 #DDCD30 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 48 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.13 |
| HSL | 54.45º | 0.72% | 0.53% | - |
| HSV(B) | 54.45º | 0.78% | 0.87% | - |
| XYZ | 52.18 | 59.25 | 11.48 | - |
| YUV | 191.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 48 | 0 | 0.07 | 0.78 | 0.13 | 54.45 | 0.72 | 0.53 |
| Hex | DD | CD | 30 | 0 | 7 | 4E | D | 36 | 48 | 35 |
| Octal | 335 | 315 | 60 | 0 | 7 | 116 | 15 | 66 | 110 | 65 |
| Binary | 11011101 | 11001101 | 110000 | 0 | 111 | 1001110 | 1101 | 110110 | 1001000 | 110101 |
Color Harmonies of #DDCD30
Complementary color
Monochromatic Colors of #DDCD30
Black with #DDCD30
Text Example
Text Example
White with #DDCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD30; }
p { color: rgb(221,205,48); }
H1.HeaderClassName
{
color: #DDCD30;
}
.AnyTagClassName
{
color: #DDCD30;
}
</style>
background-color css
<style>
a { background-color: #DDCD30; }
a { background-color: rgb(221,205,48); }
div.DivClassName
{
background-color: #DDCD30;
}
.BgClassName
{
background-color: #DDCD30;
}
</style>
border-color css
<style>
span { border-color: #DDCD30; }
span { border-color: rgb(221,205,48); }
td.TdClassName
{
border-color: #DDCD30;
}
.TagClassName
{
border-color: #DDCD30;
}
</style>