Shades of Wattle #DDC430
Tints of Wattle #DDC430
RGB
CMYK
RGB Variations
Color information
#DDC430 (or 0xDDC430) is known color: Wattle. HEX triplet: DD, C4 and 30. RGB value is (221,196,48). Sum of RGB (Red+Green+Blue) = 221+196+48=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC430 is #223BCF. Grayscale: #BBBBBB. Windows color (decimal): -2243536 or 3196125. OLE color: 3196125.
HSL color Cylindrical-coordinate representation of color #DDC430: hue angle of 51.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 #DDC430 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 48 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.13 |
| HSL | 51.33º | 0.72% | 0.53% | - |
| HSV(B) | 51.33º | 0.78% | 0.87% | - |
| XYZ | 50.09 | 55.07 | 10.78 | - |
| YUV | 186.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 48 | 0 | 0.11 | 0.78 | 0.13 | 51.33 | 0.72 | 0.53 |
| Hex | DD | C4 | 30 | 0 | B | 4E | D | 33 | 48 | 35 |
| Octal | 335 | 304 | 60 | 0 | 13 | 116 | 15 | 63 | 110 | 65 |
| Binary | 11011101 | 11000100 | 110000 | 0 | 1011 | 1001110 | 1101 | 110011 | 1001000 | 110101 |
Color Harmonies of #DDC430
Complementary color
Monochromatic Colors of #DDC430
Black with #DDC430
Text Example
Text Example
White with #DDC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC430; }
p { color: rgb(221,196,48); }
H1.HeaderClassName
{
color: #DDC430;
}
.AnyTagClassName
{
color: #DDC430;
}
</style>
background-color css
<style>
a { background-color: #DDC430; }
a { background-color: rgb(221,196,48); }
div.DivClassName
{
background-color: #DDC430;
}
.BgClassName
{
background-color: #DDC430;
}
</style>
border-color css
<style>
span { border-color: #DDC430; }
span { border-color: rgb(221,196,48); }
td.TdClassName
{
border-color: #DDC430;
}
.TagClassName
{
border-color: #DDC430;
}
</style>