Shades of Wattle #DCC735
Tints of Wattle #DCC735
RGB
CMYK
RGB Variations
Color information
#DCC735 (or 0xDCC735) is known color: Wattle. HEX triplet: DC, C7 and 35. RGB value is (220,199,53). Sum of RGB (Red+Green+Blue) = 220+199+53=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC735 is #2338CA. Grayscale: #BDBDBD. Windows color (decimal): -2308299 or 3524572. OLE color: 3524572.
HSL color Cylindrical-coordinate representation of color #DCC735: hue angle of 52.46º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCC735 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 53 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.14 |
| HSL | 52.46º | 0.7% | 0.54% | - |
| HSV(B) | 52.46º | 0.76% | 0.86% | - |
| XYZ | 50.58 | 56.32 | 11.57 | - |
| YUV | 188.64 | 51.46 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 53 | 0 | 0.10 | 0.76 | 0.14 | 52.46 | 0.7 | 0.54 |
| Hex | DC | C7 | 35 | 0 | A | 4C | E | 34 | 46 | 36 |
| Octal | 334 | 307 | 65 | 0 | 12 | 114 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000111 | 110101 | 0 | 1010 | 1001100 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC735
Complementary color
Monochromatic Colors of #DCC735
Black with #DCC735
Text Example
Text Example
White with #DCC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC735; }
p { color: rgb(220,199,53); }
H1.HeaderClassName
{
color: #DCC735;
}
.AnyTagClassName
{
color: #DCC735;
}
</style>
background-color css
<style>
a { background-color: #DCC735; }
a { background-color: rgb(220,199,53); }
div.DivClassName
{
background-color: #DCC735;
}
.BgClassName
{
background-color: #DCC735;
}
</style>
border-color css
<style>
span { border-color: #DCC735; }
span { border-color: rgb(220,199,53); }
td.TdClassName
{
border-color: #DCC735;
}
.TagClassName
{
border-color: #DCC735;
}
</style>