Shades of Wattle #DCC736
Tints of Wattle #DCC736
RGB
CMYK
RGB Variations
Color information
#DCC736 (or 0xDCC736) is known color: Wattle. HEX triplet: DC, C7 and 36. RGB value is (220,199,54). Sum of RGB (Red+Green+Blue) = 220+199+54=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC736 is #2338C9. Grayscale: #BDBDBD. Windows color (decimal): -2308298 or 3590108. OLE color: 3590108.
HSL color Cylindrical-coordinate representation of color #DCC736: hue angle of 52.41º 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 #DCC736 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 54 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.14 |
| HSL | 52.41º | 0.7% | 0.54% | - |
| HSV(B) | 52.41º | 0.75% | 0.86% | - |
| XYZ | 50.6 | 56.33 | 11.7 | - |
| YUV | 188.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 54 | 0 | 0.10 | 0.75 | 0.14 | 52.41 | 0.7 | 0.54 |
| Hex | DC | C7 | 36 | 0 | A | 4B | E | 34 | 46 | 36 |
| Octal | 334 | 307 | 66 | 0 | 12 | 113 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000111 | 110110 | 0 | 1010 | 1001011 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC736
Complementary color
Monochromatic Colors of #DCC736
Black with #DCC736
Text Example
Text Example
White with #DCC736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC736; }
p { color: rgb(220,199,54); }
H1.HeaderClassName
{
color: #DCC736;
}
.AnyTagClassName
{
color: #DCC736;
}
</style>
background-color css
<style>
a { background-color: #DCC736; }
a { background-color: rgb(220,199,54); }
div.DivClassName
{
background-color: #DCC736;
}
.BgClassName
{
background-color: #DCC736;
}
</style>
border-color css
<style>
span { border-color: #DCC736; }
span { border-color: rgb(220,199,54); }
td.TdClassName
{
border-color: #DCC736;
}
.TagClassName
{
border-color: #DCC736;
}
</style>