Shades of Wattle #DCC93B
Tints of Wattle #DCC93B
RGB
CMYK
RGB Variations
Color information
#DCC93B (or 0xDCC93B) is known color: Wattle. HEX triplet: DC, C9 and 3B. RGB value is (220,201,59). Sum of RGB (Red+Green+Blue) = 220+201+59=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC93B is #2336C4. Grayscale: #BFBFBF. Windows color (decimal): -2307781 or 3918300. OLE color: 3918300.
HSL color Cylindrical-coordinate representation of color #DCC93B: hue angle of 52.92º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCC93B is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 59 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.14 |
| HSL | 52.92º | 0.7% | 0.55% | - |
| HSV(B) | 52.92º | 0.73% | 0.86% | - |
| XYZ | 51.19 | 57.3 | 12.5 | - |
| YUV | 190.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 59 | 0 | 0.09 | 0.73 | 0.14 | 52.92 | 0.7 | 0.55 |
| Hex | DC | C9 | 3B | 0 | 9 | 49 | E | 35 | 46 | 37 |
| Octal | 334 | 311 | 73 | 0 | 11 | 111 | 16 | 65 | 106 | 67 |
| Binary | 11011100 | 11001001 | 111011 | 0 | 1001 | 1001001 | 1110 | 110101 | 1000110 | 110111 |
Color Harmonies of #DCC93B
Complementary color
Monochromatic Colors of #DCC93B
Black with #DCC93B
Text Example
Text Example
White with #DCC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC93B; }
p { color: rgb(220,201,59); }
H1.HeaderClassName
{
color: #DCC93B;
}
.AnyTagClassName
{
color: #DCC93B;
}
</style>
background-color css
<style>
a { background-color: #DCC93B; }
a { background-color: rgb(220,201,59); }
div.DivClassName
{
background-color: #DCC93B;
}
.BgClassName
{
background-color: #DCC93B;
}
</style>
border-color css
<style>
span { border-color: #DCC93B; }
span { border-color: rgb(220,201,59); }
td.TdClassName
{
border-color: #DCC93B;
}
.TagClassName
{
border-color: #DCC93B;
}
</style>