Shades of Wattle #DCC43C
Tints of Wattle #DCC43C
RGB
CMYK
RGB Variations
Color information
#DCC43C (or 0xDCC43C) is known color: Wattle. HEX triplet: DC, C4 and 3C. RGB value is (220,196,60). Sum of RGB (Red+Green+Blue) = 220+196+60=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC43C is #233BC3. Grayscale: #BCBCBC. Windows color (decimal): -2309060 or 3982556. OLE color: 3982556.
HSL color Cylindrical-coordinate representation of color #DCC43C: hue angle of 51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCC43C is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 60 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.14 |
| HSL | 51º | 0.7% | 0.55% | - |
| HSV(B) | 51º | 0.73% | 0.86% | - |
| XYZ | 50.07 | 55.02 | 12.26 | - |
| YUV | 187.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 60 | 0 | 0.11 | 0.73 | 0.14 | 51 | 0.7 | 0.55 |
| Hex | DC | C4 | 3C | 0 | B | 49 | E | 33 | 46 | 37 |
| Octal | 334 | 304 | 74 | 0 | 13 | 111 | 16 | 63 | 106 | 67 |
| Binary | 11011100 | 11000100 | 111100 | 0 | 1011 | 1001001 | 1110 | 110011 | 1000110 | 110111 |
Color Harmonies of #DCC43C
Complementary color
Monochromatic Colors of #DCC43C
Black with #DCC43C
Text Example
Text Example
White with #DCC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC43C; }
p { color: rgb(220,196,60); }
H1.HeaderClassName
{
color: #DCC43C;
}
.AnyTagClassName
{
color: #DCC43C;
}
</style>
background-color css
<style>
a { background-color: #DCC43C; }
a { background-color: rgb(220,196,60); }
div.DivClassName
{
background-color: #DCC43C;
}
.BgClassName
{
background-color: #DCC43C;
}
</style>
border-color css
<style>
span { border-color: #DCC43C; }
span { border-color: rgb(220,196,60); }
td.TdClassName
{
border-color: #DCC43C;
}
.TagClassName
{
border-color: #DCC43C;
}
</style>