Shades of Wattle #DCC835
Tints of Wattle #DCC835
RGB
CMYK
RGB Variations
Color information
#DCC835 (or 0xDCC835) is known color: Wattle. HEX triplet: DC, C8 and 35. RGB value is (220,200,53). Sum of RGB (Red+Green+Blue) = 220+200+53=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC835 is #2337CA. Grayscale: #BDBDBD. Windows color (decimal): -2308043 or 3524828. OLE color: 3524828.
HSL color Cylindrical-coordinate representation of color #DCC835: hue angle of 52.81º 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 #DCC835 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 53 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.14 |
| HSL | 52.81º | 0.7% | 0.54% | - |
| HSV(B) | 52.81º | 0.76% | 0.86% | - |
| XYZ | 50.81 | 56.78 | 11.65 | - |
| YUV | 189.22 | 51.13 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 53 | 0 | 0.09 | 0.76 | 0.14 | 52.81 | 0.7 | 0.54 |
| Hex | DC | C8 | 35 | 0 | 9 | 4C | E | 35 | 46 | 36 |
| Octal | 334 | 310 | 65 | 0 | 11 | 114 | 16 | 65 | 106 | 66 |
| Binary | 11011100 | 11001000 | 110101 | 0 | 1001 | 1001100 | 1110 | 110101 | 1000110 | 110110 |
Color Harmonies of #DCC835
Complementary color
Monochromatic Colors of #DCC835
Black with #DCC835
Text Example
Text Example
White with #DCC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC835; }
p { color: rgb(220,200,53); }
H1.HeaderClassName
{
color: #DCC835;
}
.AnyTagClassName
{
color: #DCC835;
}
</style>
background-color css
<style>
a { background-color: #DCC835; }
a { background-color: rgb(220,200,53); }
div.DivClassName
{
background-color: #DCC835;
}
.BgClassName
{
background-color: #DCC835;
}
</style>
border-color css
<style>
span { border-color: #DCC835; }
span { border-color: rgb(220,200,53); }
td.TdClassName
{
border-color: #DCC835;
}
.TagClassName
{
border-color: #DCC835;
}
</style>