Shades of Wattle #DCC13C
Tints of Wattle #DCC13C
RGB
CMYK
RGB Variations
Color information
#DCC13C (or 0xDCC13C) is known color: Wattle. HEX triplet: DC, C1 and 3C. RGB value is (220,193,60). Sum of RGB (Red+Green+Blue) = 220+193+60=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC13C is #233EC3. Grayscale: #BABABA. Windows color (decimal): -2309828 or 3981788. OLE color: 3981788.
HSL color Cylindrical-coordinate representation of color #DCC13C: hue angle of 49.88º 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 #DCC13C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 60 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.14 |
| HSL | 49.88º | 0.7% | 0.55% | - |
| HSV(B) | 49.88º | 0.73% | 0.86% | - |
| XYZ | 49.4 | 53.68 | 12.03 | - |
| YUV | 185.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 60 | 0 | 0.12 | 0.73 | 0.14 | 49.88 | 0.7 | 0.55 |
| Hex | DC | C1 | 3C | 0 | C | 49 | E | 32 | 46 | 37 |
| Octal | 334 | 301 | 74 | 0 | 14 | 111 | 16 | 62 | 106 | 67 |
| Binary | 11011100 | 11000001 | 111100 | 0 | 1100 | 1001001 | 1110 | 110010 | 1000110 | 110111 |
Color Harmonies of #DCC13C
Complementary color
Monochromatic Colors of #DCC13C
Black with #DCC13C
Text Example
Text Example
White with #DCC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC13C; }
p { color: rgb(220,193,60); }
H1.HeaderClassName
{
color: #DCC13C;
}
.AnyTagClassName
{
color: #DCC13C;
}
</style>
background-color css
<style>
a { background-color: #DCC13C; }
a { background-color: rgb(220,193,60); }
div.DivClassName
{
background-color: #DCC13C;
}
.BgClassName
{
background-color: #DCC13C;
}
</style>
border-color css
<style>
span { border-color: #DCC13C; }
span { border-color: rgb(220,193,60); }
td.TdClassName
{
border-color: #DCC13C;
}
.TagClassName
{
border-color: #DCC13C;
}
</style>