Shades of Wattle #DCC530
Tints of Wattle #DCC530
RGB
CMYK
RGB Variations
Color information
#DCC530 (or 0xDCC530) is known color: Wattle. HEX triplet: DC, C5 and 30. RGB value is (220,197,48). Sum of RGB (Red+Green+Blue) = 220+197+48=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC530 is #233ACF. Grayscale: #BBBBBB. Windows color (decimal): -2308816 or 3196380. OLE color: 3196380.
HSL color Cylindrical-coordinate representation of color #DCC530: hue angle of 51.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCC530 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 48 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.14 |
| HSL | 51.98º | 0.71% | 0.53% | - |
| HSV(B) | 51.98º | 0.78% | 0.86% | - |
| XYZ | 50.01 | 55.36 | 10.85 | - |
| YUV | 186.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 48 | 0 | 0.10 | 0.78 | 0.14 | 51.98 | 0.71 | 0.53 |
| Hex | DC | C5 | 30 | 0 | A | 4E | E | 34 | 47 | 35 |
| Octal | 334 | 305 | 60 | 0 | 12 | 116 | 16 | 64 | 107 | 65 |
| Binary | 11011100 | 11000101 | 110000 | 0 | 1010 | 1001110 | 1110 | 110100 | 1000111 | 110101 |
Color Harmonies of #DCC530
Complementary color
Monochromatic Colors of #DCC530
Black with #DCC530
Text Example
Text Example
White with #DCC530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC530; }
p { color: rgb(220,197,48); }
H1.HeaderClassName
{
color: #DCC530;
}
.AnyTagClassName
{
color: #DCC530;
}
</style>
background-color css
<style>
a { background-color: #DCC530; }
a { background-color: rgb(220,197,48); }
div.DivClassName
{
background-color: #DCC530;
}
.BgClassName
{
background-color: #DCC530;
}
</style>
border-color css
<style>
span { border-color: #DCC530; }
span { border-color: rgb(220,197,48); }
td.TdClassName
{
border-color: #DCC530;
}
.TagClassName
{
border-color: #DCC530;
}
</style>