Shades of Wattle #DCC23E
Tints of Wattle #DCC23E
RGB
CMYK
RGB Variations
Color information
#DCC23E (or 0xDCC23E) is known color: Wattle. HEX triplet: DC, C2 and 3E. RGB value is (220,194,62). Sum of RGB (Red+Green+Blue) = 220+194+62=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC23E is #233DC1. Grayscale: #BBBBBB. Windows color (decimal): -2309570 or 4113116. OLE color: 4113116.
HSL color Cylindrical-coordinate representation of color #DCC23E: hue angle of 50.13º 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 #DCC23E is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 62 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.14 |
| HSL | 50.13º | 0.69% | 0.55% | - |
| HSV(B) | 50.13º | 0.72% | 0.86% | - |
| XYZ | 49.68 | 54.15 | 12.39 | - |
| YUV | 186.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 62 | 0 | 0.12 | 0.72 | 0.14 | 50.13 | 0.69 | 0.55 |
| Hex | DC | C2 | 3E | 0 | C | 48 | E | 32 | 45 | 37 |
| Octal | 334 | 302 | 76 | 0 | 14 | 110 | 16 | 62 | 105 | 67 |
| Binary | 11011100 | 11000010 | 111110 | 0 | 1100 | 1001000 | 1110 | 110010 | 1000101 | 110111 |
Color Harmonies of #DCC23E
Complementary color
Monochromatic Colors of #DCC23E
Black with #DCC23E
Text Example
Text Example
White with #DCC23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC23E; }
p { color: rgb(220,194,62); }
H1.HeaderClassName
{
color: #DCC23E;
}
.AnyTagClassName
{
color: #DCC23E;
}
</style>
background-color css
<style>
a { background-color: #DCC23E; }
a { background-color: rgb(220,194,62); }
div.DivClassName
{
background-color: #DCC23E;
}
.BgClassName
{
background-color: #DCC23E;
}
</style>
border-color css
<style>
span { border-color: #DCC23E; }
span { border-color: rgb(220,194,62); }
td.TdClassName
{
border-color: #DCC23E;
}
.TagClassName
{
border-color: #DCC23E;
}
</style>