Shades of Wattle #DCC932
Tints of Wattle #DCC932
RGB
CMYK
RGB Variations
Color information
#DCC932 (or 0xDCC932) is known color: Wattle. HEX triplet: DC, C9 and 32. RGB value is (220,201,50). Sum of RGB (Red+Green+Blue) = 220+201+50=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC932 is #2336CD. Grayscale: #BEBEBE. Windows color (decimal): -2307790 or 3328476. OLE color: 3328476.
HSL color Cylindrical-coordinate representation of color #DCC932: hue angle of 53.29º 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 #DCC932 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 50 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.14 |
| HSL | 53.29º | 0.71% | 0.53% | - |
| HSV(B) | 53.29º | 0.77% | 0.86% | - |
| XYZ | 50.98 | 57.22 | 11.38 | - |
| YUV | 189.47 | 49.29 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 50 | 0 | 0.09 | 0.77 | 0.14 | 53.29 | 0.71 | 0.53 |
| Hex | DC | C9 | 32 | 0 | 9 | 4D | E | 35 | 47 | 35 |
| Octal | 334 | 311 | 62 | 0 | 11 | 115 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11001001 | 110010 | 0 | 1001 | 1001101 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC932
Complementary color
Monochromatic Colors of #DCC932
Black with #DCC932
Text Example
Text Example
White with #DCC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC932; }
p { color: rgb(220,201,50); }
H1.HeaderClassName
{
color: #DCC932;
}
.AnyTagClassName
{
color: #DCC932;
}
</style>
background-color css
<style>
a { background-color: #DCC932; }
a { background-color: rgb(220,201,50); }
div.DivClassName
{
background-color: #DCC932;
}
.BgClassName
{
background-color: #DCC932;
}
</style>
border-color css
<style>
span { border-color: #DCC932; }
span { border-color: rgb(220,201,50); }
td.TdClassName
{
border-color: #DCC932;
}
.TagClassName
{
border-color: #DCC932;
}
</style>