Shades of Wattle #DCC135
Tints of Wattle #DCC135
RGB
CMYK
RGB Variations
Color information
#DCC135 (or 0xDCC135) is known color: Wattle. HEX triplet: DC, C1 and 35. RGB value is (220,193,53). Sum of RGB (Red+Green+Blue) = 220+193+53=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC135 is #233ECA. Grayscale: #B9B9B9. Windows color (decimal): -2309835 or 3523036. OLE color: 3523036.
HSL color Cylindrical-coordinate representation of color #DCC135: hue angle of 50.3º 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 #DCC135 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 53 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.14 |
| HSL | 50.3º | 0.7% | 0.54% | - |
| HSV(B) | 50.3º | 0.76% | 0.86% | - |
| XYZ | 49.23 | 53.61 | 11.12 | - |
| YUV | 185.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 53 | 0 | 0.12 | 0.76 | 0.14 | 50.3 | 0.7 | 0.54 |
| Hex | DC | C1 | 35 | 0 | C | 4C | E | 32 | 46 | 36 |
| Octal | 334 | 301 | 65 | 0 | 14 | 114 | 16 | 62 | 106 | 66 |
| Binary | 11011100 | 11000001 | 110101 | 0 | 1100 | 1001100 | 1110 | 110010 | 1000110 | 110110 |
Color Harmonies of #DCC135
Complementary color
Monochromatic Colors of #DCC135
Black with #DCC135
Text Example
Text Example
White with #DCC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC135; }
p { color: rgb(220,193,53); }
H1.HeaderClassName
{
color: #DCC135;
}
.AnyTagClassName
{
color: #DCC135;
}
</style>
background-color css
<style>
a { background-color: #DCC135; }
a { background-color: rgb(220,193,53); }
div.DivClassName
{
background-color: #DCC135;
}
.BgClassName
{
background-color: #DCC135;
}
</style>
border-color css
<style>
span { border-color: #DCC135; }
span { border-color: rgb(220,193,53); }
td.TdClassName
{
border-color: #DCC135;
}
.TagClassName
{
border-color: #DCC135;
}
</style>