Shades of Wattle #DCC732
Tints of Wattle #DCC732
RGB
CMYK
RGB Variations
Color information
#DCC732 (or 0xDCC732) is known color: Wattle. HEX triplet: DC, C7 and 32. RGB value is (220,199,50). Sum of RGB (Red+Green+Blue) = 220+199+50=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC732 is #2338CD. Grayscale: #BCBCBC. Windows color (decimal): -2308302 or 3327964. OLE color: 3327964.
HSL color Cylindrical-coordinate representation of color #DCC732: hue angle of 52.59º 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 #DCC732 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 50 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.14 |
| HSL | 52.59º | 0.71% | 0.53% | - |
| HSV(B) | 52.59º | 0.77% | 0.86% | - |
| XYZ | 50.51 | 56.29 | 11.22 | - |
| YUV | 188.29 | 49.96 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 50 | 0 | 0.10 | 0.77 | 0.14 | 52.59 | 0.71 | 0.53 |
| Hex | DC | C7 | 32 | 0 | A | 4D | E | 35 | 47 | 35 |
| Octal | 334 | 307 | 62 | 0 | 12 | 115 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11000111 | 110010 | 0 | 1010 | 1001101 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC732
Complementary color
Monochromatic Colors of #DCC732
Black with #DCC732
Text Example
Text Example
White with #DCC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC732; }
p { color: rgb(220,199,50); }
H1.HeaderClassName
{
color: #DCC732;
}
.AnyTagClassName
{
color: #DCC732;
}
</style>
background-color css
<style>
a { background-color: #DCC732; }
a { background-color: rgb(220,199,50); }
div.DivClassName
{
background-color: #DCC732;
}
.BgClassName
{
background-color: #DCC732;
}
</style>
border-color css
<style>
span { border-color: #DCC732; }
span { border-color: rgb(220,199,50); }
td.TdClassName
{
border-color: #DCC732;
}
.TagClassName
{
border-color: #DCC732;
}
</style>