Shades of Wattle #DCC23A
Tints of Wattle #DCC23A
RGB
CMYK
RGB Variations
Color information
#DCC23A (or 0xDCC23A) is known color: Wattle. HEX triplet: DC, C2 and 3A. RGB value is (220,194,58). Sum of RGB (Red+Green+Blue) = 220+194+58=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC23A is #233DC5. Grayscale: #BABABA. Windows color (decimal): -2309574 or 3850972. OLE color: 3850972.
HSL color Cylindrical-coordinate representation of color #DCC23A: hue angle of 50.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC23A is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 58 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.14 |
| HSL | 50.37º | 0.7% | 0.55% | - |
| HSV(B) | 50.37º | 0.74% | 0.86% | - |
| XYZ | 49.57 | 54.1 | 11.83 | - |
| YUV | 186.27 | 55.61 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 58 | 0 | 0.12 | 0.74 | 0.14 | 50.37 | 0.7 | 0.55 |
| Hex | DC | C2 | 3A | 0 | C | 4A | E | 32 | 46 | 37 |
| Octal | 334 | 302 | 72 | 0 | 14 | 112 | 16 | 62 | 106 | 67 |
| Binary | 11011100 | 11000010 | 111010 | 0 | 1100 | 1001010 | 1110 | 110010 | 1000110 | 110111 |
Color Harmonies of #DCC23A
Complementary color
Monochromatic Colors of #DCC23A
Black with #DCC23A
Text Example
Text Example
White with #DCC23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC23A; }
p { color: rgb(220,194,58); }
H1.HeaderClassName
{
color: #DCC23A;
}
.AnyTagClassName
{
color: #DCC23A;
}
</style>
background-color css
<style>
a { background-color: #DCC23A; }
a { background-color: rgb(220,194,58); }
div.DivClassName
{
background-color: #DCC23A;
}
.BgClassName
{
background-color: #DCC23A;
}
</style>
border-color css
<style>
span { border-color: #DCC23A; }
span { border-color: rgb(220,194,58); }
td.TdClassName
{
border-color: #DCC23A;
}
.TagClassName
{
border-color: #DCC23A;
}
</style>