Shades of Wattle #DCCC3A
Tints of Wattle #DCCC3A
RGB
CMYK
RGB Variations
Color information
#DCCC3A (or 0xDCCC3A) is known color: Wattle. HEX triplet: DC, CC and 3A. RGB value is (220,204,58). Sum of RGB (Red+Green+Blue) = 220+204+58=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC3A is #2333C5. Grayscale: #C0C0C0. Windows color (decimal): -2307014 or 3853532. OLE color: 3853532.
HSL color Cylindrical-coordinate representation of color #DCCC3A: hue angle of 54.07º 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 #DCCC3A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 58 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.14 |
| HSL | 54.07º | 0.7% | 0.55% | - |
| HSV(B) | 54.07º | 0.74% | 0.86% | - |
| XYZ | 51.87 | 58.71 | 12.6 | - |
| YUV | 192.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 58 | 0 | 0.07 | 0.74 | 0.14 | 54.07 | 0.7 | 0.55 |
| Hex | DC | CC | 3A | 0 | 7 | 4A | E | 36 | 46 | 37 |
| Octal | 334 | 314 | 72 | 0 | 7 | 112 | 16 | 66 | 106 | 67 |
| Binary | 11011100 | 11001100 | 111010 | 0 | 111 | 1001010 | 1110 | 110110 | 1000110 | 110111 |
Color Harmonies of #DCCC3A
Complementary color
Monochromatic Colors of #DCCC3A
Black with #DCCC3A
Text Example
Text Example
White with #DCCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC3A; }
p { color: rgb(220,204,58); }
H1.HeaderClassName
{
color: #DCCC3A;
}
.AnyTagClassName
{
color: #DCCC3A;
}
</style>
background-color css
<style>
a { background-color: #DCCC3A; }
a { background-color: rgb(220,204,58); }
div.DivClassName
{
background-color: #DCCC3A;
}
.BgClassName
{
background-color: #DCCC3A;
}
</style>
border-color css
<style>
span { border-color: #DCCC3A; }
span { border-color: rgb(220,204,58); }
td.TdClassName
{
border-color: #DCCC3A;
}
.TagClassName
{
border-color: #DCCC3A;
}
</style>