Shades of Wattle #DCC738
Tints of Wattle #DCC738
RGB
CMYK
RGB Variations
Color information
#DCC738 (or 0xDCC738) is known color: Wattle. HEX triplet: DC, C7 and 38. RGB value is (220,199,56). Sum of RGB (Red+Green+Blue) = 220+199+56=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC738 is #2338C7. Grayscale: #BDBDBD. Windows color (decimal): -2308296 or 3721180. OLE color: 3721180.
HSL color Cylindrical-coordinate representation of color #DCC738: hue angle of 52.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCC738 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 56 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.14 |
| HSL | 52.32º | 0.7% | 0.54% | - |
| HSV(B) | 52.32º | 0.75% | 0.86% | - |
| XYZ | 50.65 | 56.35 | 11.95 | - |
| YUV | 188.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 56 | 0 | 0.10 | 0.75 | 0.14 | 52.32 | 0.7 | 0.54 |
| Hex | DC | C7 | 38 | 0 | A | 4B | E | 34 | 46 | 36 |
| Octal | 334 | 307 | 70 | 0 | 12 | 113 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000111 | 111000 | 0 | 1010 | 1001011 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC738
Complementary color
Monochromatic Colors of #DCC738
Black with #DCC738
Text Example
Text Example
White with #DCC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC738; }
p { color: rgb(220,199,56); }
H1.HeaderClassName
{
color: #DCC738;
}
.AnyTagClassName
{
color: #DCC738;
}
</style>
background-color css
<style>
a { background-color: #DCC738; }
a { background-color: rgb(220,199,56); }
div.DivClassName
{
background-color: #DCC738;
}
.BgClassName
{
background-color: #DCC738;
}
</style>
border-color css
<style>
span { border-color: #DCC738; }
span { border-color: rgb(220,199,56); }
td.TdClassName
{
border-color: #DCC738;
}
.TagClassName
{
border-color: #DCC738;
}
</style>