Shades of Wattle #DCC03D
Tints of Wattle #DCC03D
RGB
CMYK
RGB Variations
Color information
#DCC03D (or 0xDCC03D) is known color: Wattle. HEX triplet: DC, C0 and 3D. RGB value is (220,192,61). Sum of RGB (Red+Green+Blue) = 220+192+61=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC03D is #233FC2. Grayscale: #B9B9B9. Windows color (decimal): -2310083 or 4047068. OLE color: 4047068.
HSL color Cylindrical-coordinate representation of color #DCC03D: hue angle of 49.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCC03D is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 61 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.14 |
| HSL | 49.43º | 0.69% | 0.55% | - |
| HSV(B) | 49.43º | 0.72% | 0.86% | - |
| XYZ | 49.21 | 53.25 | 12.1 | - |
| YUV | 185.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 61 | 0 | 0.13 | 0.72 | 0.14 | 49.43 | 0.69 | 0.55 |
| Hex | DC | C0 | 3D | 0 | D | 48 | E | 31 | 45 | 37 |
| Octal | 334 | 300 | 75 | 0 | 15 | 110 | 16 | 61 | 105 | 67 |
| Binary | 11011100 | 11000000 | 111101 | 0 | 1101 | 1001000 | 1110 | 110001 | 1000101 | 110111 |
Color Harmonies of #DCC03D
Complementary color
Monochromatic Colors of #DCC03D
Black with #DCC03D
Text Example
Text Example
White with #DCC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC03D; }
p { color: rgb(220,192,61); }
H1.HeaderClassName
{
color: #DCC03D;
}
.AnyTagClassName
{
color: #DCC03D;
}
</style>
background-color css
<style>
a { background-color: #DCC03D; }
a { background-color: rgb(220,192,61); }
div.DivClassName
{
background-color: #DCC03D;
}
.BgClassName
{
background-color: #DCC03D;
}
</style>
border-color css
<style>
span { border-color: #DCC03D; }
span { border-color: rgb(220,192,61); }
td.TdClassName
{
border-color: #DCC03D;
}
.TagClassName
{
border-color: #DCC03D;
}
</style>