Shades of Wattle #DCC83E
Tints of Wattle #DCC83E
RGB
CMYK
RGB Variations
Color information
#DCC83E (or 0xDCC83E) is known color: Wattle. HEX triplet: DC, C8 and 3E. RGB value is (220,200,62). Sum of RGB (Red+Green+Blue) = 220+200+62=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC83E is #2337C1. Grayscale: #BEBEBE. Windows color (decimal): -2308034 or 4114652. OLE color: 4114652.
HSL color Cylindrical-coordinate representation of color #DCC83E: hue angle of 52.41º 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 #DCC83E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 62 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.14 |
| HSL | 52.41º | 0.69% | 0.55% | - |
| HSV(B) | 52.41º | 0.72% | 0.86% | - |
| XYZ | 51.04 | 56.87 | 12.84 | - |
| YUV | 190.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 62 | 0 | 0.09 | 0.72 | 0.14 | 52.41 | 0.69 | 0.55 |
| Hex | DC | C8 | 3E | 0 | 9 | 48 | E | 34 | 45 | 37 |
| Octal | 334 | 310 | 76 | 0 | 11 | 110 | 16 | 64 | 105 | 67 |
| Binary | 11011100 | 11001000 | 111110 | 0 | 1001 | 1001000 | 1110 | 110100 | 1000101 | 110111 |
Color Harmonies of #DCC83E
Complementary color
Monochromatic Colors of #DCC83E
Black with #DCC83E
Text Example
Text Example
White with #DCC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC83E; }
p { color: rgb(220,200,62); }
H1.HeaderClassName
{
color: #DCC83E;
}
.AnyTagClassName
{
color: #DCC83E;
}
</style>
background-color css
<style>
a { background-color: #DCC83E; }
a { background-color: rgb(220,200,62); }
div.DivClassName
{
background-color: #DCC83E;
}
.BgClassName
{
background-color: #DCC83E;
}
</style>
border-color css
<style>
span { border-color: #DCC83E; }
span { border-color: rgb(220,200,62); }
td.TdClassName
{
border-color: #DCC83E;
}
.TagClassName
{
border-color: #DCC83E;
}
</style>