Shades of Wattle #DCC82D
Tints of Wattle #DCC82D
RGB
CMYK
RGB Variations
Color information
#DCC82D (or 0xDCC82D) is known color: Wattle. HEX triplet: DC, C8 and 2D. RGB value is (220,200,45). Sum of RGB (Red+Green+Blue) = 220+200+45=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC82D is #2337D2. Grayscale: #BCBCBC. Windows color (decimal): -2308051 or 3000540. OLE color: 3000540.
HSL color Cylindrical-coordinate representation of color #DCC82D: hue angle of 53.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCC82D is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 45 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.14 |
| HSL | 53.14º | 0.71% | 0.52% | - |
| HSV(B) | 53.14º | 0.8% | 0.86% | - |
| XYZ | 50.64 | 56.71 | 10.76 | - |
| YUV | 188.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 45 | 0 | 0.09 | 0.80 | 0.14 | 53.14 | 0.71 | 0.52 |
| Hex | DC | C8 | 2D | 0 | 9 | 50 | E | 35 | 47 | 34 |
| Octal | 334 | 310 | 55 | 0 | 11 | 120 | 16 | 65 | 107 | 64 |
| Binary | 11011100 | 11001000 | 101101 | 0 | 1001 | 1010000 | 1110 | 110101 | 1000111 | 110100 |
Color Harmonies of #DCC82D
Complementary color
Monochromatic Colors of #DCC82D
Black with #DCC82D
Text Example
Text Example
White with #DCC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC82D; }
p { color: rgb(220,200,45); }
H1.HeaderClassName
{
color: #DCC82D;
}
.AnyTagClassName
{
color: #DCC82D;
}
</style>
background-color css
<style>
a { background-color: #DCC82D; }
a { background-color: rgb(220,200,45); }
div.DivClassName
{
background-color: #DCC82D;
}
.BgClassName
{
background-color: #DCC82D;
}
</style>
border-color css
<style>
span { border-color: #DCC82D; }
span { border-color: rgb(220,200,45); }
td.TdClassName
{
border-color: #DCC82D;
}
.TagClassName
{
border-color: #DCC82D;
}
</style>