Shades of Wattle #DCC13B
Tints of Wattle #DCC13B
RGB
CMYK
RGB Variations
Color information
#DCC13B (or 0xDCC13B) is known color: Wattle. HEX triplet: DC, C1 and 3B. RGB value is (220,193,59). Sum of RGB (Red+Green+Blue) = 220+193+59=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC13B is #233EC4. Grayscale: #BABABA. Windows color (decimal): -2309829 or 3916252. OLE color: 3916252.
HSL color Cylindrical-coordinate representation of color #DCC13B: hue angle of 49.94º 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 #DCC13B is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 59 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.14 |
| HSL | 49.94º | 0.7% | 0.55% | - |
| HSV(B) | 49.94º | 0.73% | 0.86% | - |
| XYZ | 49.37 | 53.67 | 11.89 | - |
| YUV | 185.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 59 | 0 | 0.12 | 0.73 | 0.14 | 49.94 | 0.7 | 0.55 |
| Hex | DC | C1 | 3B | 0 | C | 49 | E | 32 | 46 | 37 |
| Octal | 334 | 301 | 73 | 0 | 14 | 111 | 16 | 62 | 106 | 67 |
| Binary | 11011100 | 11000001 | 111011 | 0 | 1100 | 1001001 | 1110 | 110010 | 1000110 | 110111 |
Color Harmonies of #DCC13B
Complementary color
Monochromatic Colors of #DCC13B
Black with #DCC13B
Text Example
Text Example
White with #DCC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC13B; }
p { color: rgb(220,193,59); }
H1.HeaderClassName
{
color: #DCC13B;
}
.AnyTagClassName
{
color: #DCC13B;
}
</style>
background-color css
<style>
a { background-color: #DCC13B; }
a { background-color: rgb(220,193,59); }
div.DivClassName
{
background-color: #DCC13B;
}
.BgClassName
{
background-color: #DCC13B;
}
</style>
border-color css
<style>
span { border-color: #DCC13B; }
span { border-color: rgb(220,193,59); }
td.TdClassName
{
border-color: #DCC13B;
}
.TagClassName
{
border-color: #DCC13B;
}
</style>