Shades of Wattle #DCC82F
Tints of Wattle #DCC82F
RGB
CMYK
RGB Variations
Color information
#DCC82F (or 0xDCC82F) is known color: Wattle. HEX triplet: DC, C8 and 2F. RGB value is (220,200,47). Sum of RGB (Red+Green+Blue) = 220+200+47=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC82F is #2337D0. Grayscale: #BDBDBD. Windows color (decimal): -2308049 or 3131612. OLE color: 3131612.
HSL color Cylindrical-coordinate representation of color #DCC82F: hue angle of 53.06º 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 #DCC82F is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 47 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.14 |
| HSL | 53.06º | 0.71% | 0.52% | - |
| HSV(B) | 53.06º | 0.79% | 0.86% | - |
| XYZ | 50.68 | 56.73 | 10.97 | - |
| YUV | 188.54 | 48.13 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 47 | 0 | 0.09 | 0.79 | 0.14 | 53.06 | 0.71 | 0.52 |
| Hex | DC | C8 | 2F | 0 | 9 | 4F | E | 35 | 47 | 34 |
| Octal | 334 | 310 | 57 | 0 | 11 | 117 | 16 | 65 | 107 | 64 |
| Binary | 11011100 | 11001000 | 101111 | 0 | 1001 | 1001111 | 1110 | 110101 | 1000111 | 110100 |
Color Harmonies of #DCC82F
Complementary color
Monochromatic Colors of #DCC82F
Black with #DCC82F
Text Example
Text Example
White with #DCC82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC82F; }
p { color: rgb(220,200,47); }
H1.HeaderClassName
{
color: #DCC82F;
}
.AnyTagClassName
{
color: #DCC82F;
}
</style>
background-color css
<style>
a { background-color: #DCC82F; }
a { background-color: rgb(220,200,47); }
div.DivClassName
{
background-color: #DCC82F;
}
.BgClassName
{
background-color: #DCC82F;
}
</style>
border-color css
<style>
span { border-color: #DCC82F; }
span { border-color: rgb(220,200,47); }
td.TdClassName
{
border-color: #DCC82F;
}
.TagClassName
{
border-color: #DCC82F;
}
</style>