Shades of Wattle #DCC82E
Tints of Wattle #DCC82E
RGB
CMYK
RGB Variations
Color information
#DCC82E (or 0xDCC82E) is known color: Wattle. HEX triplet: DC, C8 and 2E. RGB value is (220,200,46). Sum of RGB (Red+Green+Blue) = 220+200+46=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC82E is #2337D1. Grayscale: #BDBDBD. Windows color (decimal): -2308050 or 3066076. OLE color: 3066076.
HSL color Cylindrical-coordinate representation of color #DCC82E: hue angle of 53.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCC82E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 46 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.14 |
| HSL | 53.1º | 0.71% | 0.52% | - |
| HSV(B) | 53.1º | 0.79% | 0.86% | - |
| XYZ | 50.66 | 56.72 | 10.86 | - |
| YUV | 188.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 46 | 0 | 0.09 | 0.79 | 0.14 | 53.1 | 0.71 | 0.52 |
| Hex | DC | C8 | 2E | 0 | 9 | 4F | E | 35 | 47 | 34 |
| Octal | 334 | 310 | 56 | 0 | 11 | 117 | 16 | 65 | 107 | 64 |
| Binary | 11011100 | 11001000 | 101110 | 0 | 1001 | 1001111 | 1110 | 110101 | 1000111 | 110100 |
Color Harmonies of #DCC82E
Complementary color
Monochromatic Colors of #DCC82E
Black with #DCC82E
Text Example
Text Example
White with #DCC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC82E; }
p { color: rgb(220,200,46); }
H1.HeaderClassName
{
color: #DCC82E;
}
.AnyTagClassName
{
color: #DCC82E;
}
</style>
background-color css
<style>
a { background-color: #DCC82E; }
a { background-color: rgb(220,200,46); }
div.DivClassName
{
background-color: #DCC82E;
}
.BgClassName
{
background-color: #DCC82E;
}
</style>
border-color css
<style>
span { border-color: #DCC82E; }
span { border-color: rgb(220,200,46); }
td.TdClassName
{
border-color: #DCC82E;
}
.TagClassName
{
border-color: #DCC82E;
}
</style>