Shades of Wattle #DCC432
Tints of Wattle #DCC432
RGB
CMYK
RGB Variations
Color information
#DCC432 (or 0xDCC432) is known color: Wattle. HEX triplet: DC, C4 and 32. RGB value is (220,196,50). Sum of RGB (Red+Green+Blue) = 220+196+50=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC432 is #233BCD. Grayscale: #BBBBBB. Windows color (decimal): -2309070 or 3327196. OLE color: 3327196.
HSL color Cylindrical-coordinate representation of color #DCC432: hue angle of 51.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCC432 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 50 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.14 |
| HSL | 51.53º | 0.71% | 0.53% | - |
| HSV(B) | 51.53º | 0.77% | 0.86% | - |
| XYZ | 49.83 | 54.93 | 10.99 | - |
| YUV | 186.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 50 | 0 | 0.11 | 0.77 | 0.14 | 51.53 | 0.71 | 0.53 |
| Hex | DC | C4 | 32 | 0 | B | 4D | E | 34 | 47 | 35 |
| Octal | 334 | 304 | 62 | 0 | 13 | 115 | 16 | 64 | 107 | 65 |
| Binary | 11011100 | 11000100 | 110010 | 0 | 1011 | 1001101 | 1110 | 110100 | 1000111 | 110101 |
Color Harmonies of #DCC432
Complementary color
Monochromatic Colors of #DCC432
Black with #DCC432
Text Example
Text Example
White with #DCC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC432; }
p { color: rgb(220,196,50); }
H1.HeaderClassName
{
color: #DCC432;
}
.AnyTagClassName
{
color: #DCC432;
}
</style>
background-color css
<style>
a { background-color: #DCC432; }
a { background-color: rgb(220,196,50); }
div.DivClassName
{
background-color: #DCC432;
}
.BgClassName
{
background-color: #DCC432;
}
</style>
border-color css
<style>
span { border-color: #DCC432; }
span { border-color: rgb(220,196,50); }
td.TdClassName
{
border-color: #DCC432;
}
.TagClassName
{
border-color: #DCC432;
}
</style>