Shades of Wattle #DCC83D
Tints of Wattle #DCC83D
RGB
CMYK
RGB Variations
Color information
#DCC83D (or 0xDCC83D) is known color: Wattle. HEX triplet: DC, C8 and 3D. RGB value is (220,200,61). Sum of RGB (Red+Green+Blue) = 220+200+61=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC83D is #2337C2. Grayscale: #BEBEBE. Windows color (decimal): -2308035 or 4049116. OLE color: 4049116.
HSL color Cylindrical-coordinate representation of color #DCC83D: hue angle of 52.45º 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 #DCC83D is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 61 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.14 |
| HSL | 52.45º | 0.69% | 0.55% | - |
| HSV(B) | 52.45º | 0.72% | 0.86% | - |
| XYZ | 51.01 | 56.86 | 12.7 | - |
| YUV | 190.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 61 | 0 | 0.09 | 0.72 | 0.14 | 52.45 | 0.69 | 0.55 |
| Hex | DC | C8 | 3D | 0 | 9 | 48 | E | 34 | 45 | 37 |
| Octal | 334 | 310 | 75 | 0 | 11 | 110 | 16 | 64 | 105 | 67 |
| Binary | 11011100 | 11001000 | 111101 | 0 | 1001 | 1001000 | 1110 | 110100 | 1000101 | 110111 |
Color Harmonies of #DCC83D
Complementary color
Monochromatic Colors of #DCC83D
Black with #DCC83D
Text Example
Text Example
White with #DCC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC83D; }
p { color: rgb(220,200,61); }
H1.HeaderClassName
{
color: #DCC83D;
}
.AnyTagClassName
{
color: #DCC83D;
}
</style>
background-color css
<style>
a { background-color: #DCC83D; }
a { background-color: rgb(220,200,61); }
div.DivClassName
{
background-color: #DCC83D;
}
.BgClassName
{
background-color: #DCC83D;
}
</style>
border-color css
<style>
span { border-color: #DCC83D; }
span { border-color: rgb(220,200,61); }
td.TdClassName
{
border-color: #DCC83D;
}
.TagClassName
{
border-color: #DCC83D;
}
</style>