Shades of Wattle #DCC83A
Tints of Wattle #DCC83A
RGB
CMYK
RGB Variations
Color information
#DCC83A (or 0xDCC83A) is known color: Wattle. HEX triplet: DC, C8 and 3A. RGB value is (220,200,58). Sum of RGB (Red+Green+Blue) = 220+200+58=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC83A is #2337C5. Grayscale: #BEBEBE. Windows color (decimal): -2308038 or 3852508. OLE color: 3852508.
HSL color Cylindrical-coordinate representation of color #DCC83A: hue angle of 52.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC83A is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 58 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.14 |
| HSL | 52.59º | 0.7% | 0.55% | - |
| HSV(B) | 52.59º | 0.74% | 0.86% | - |
| XYZ | 50.93 | 56.83 | 12.29 | - |
| YUV | 189.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 58 | 0 | 0.09 | 0.74 | 0.14 | 52.59 | 0.7 | 0.55 |
| Hex | DC | C8 | 3A | 0 | 9 | 4A | E | 35 | 46 | 37 |
| Octal | 334 | 310 | 72 | 0 | 11 | 112 | 16 | 65 | 106 | 67 |
| Binary | 11011100 | 11001000 | 111010 | 0 | 1001 | 1001010 | 1110 | 110101 | 1000110 | 110111 |
Color Harmonies of #DCC83A
Complementary color
Monochromatic Colors of #DCC83A
Black with #DCC83A
Text Example
Text Example
White with #DCC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC83A; }
p { color: rgb(220,200,58); }
H1.HeaderClassName
{
color: #DCC83A;
}
.AnyTagClassName
{
color: #DCC83A;
}
</style>
background-color css
<style>
a { background-color: #DCC83A; }
a { background-color: rgb(220,200,58); }
div.DivClassName
{
background-color: #DCC83A;
}
.BgClassName
{
background-color: #DCC83A;
}
</style>
border-color css
<style>
span { border-color: #DCC83A; }
span { border-color: rgb(220,200,58); }
td.TdClassName
{
border-color: #DCC83A;
}
.TagClassName
{
border-color: #DCC83A;
}
</style>