Shades of Wattle #DCC930
Tints of Wattle #DCC930
RGB
CMYK
RGB Variations
Color information
#DCC930 (or 0xDCC930) is known color: Wattle. HEX triplet: DC, C9 and 30. RGB value is (220,201,48). Sum of RGB (Red+Green+Blue) = 220+201+48=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC930 is #2336CF. Grayscale: #BDBDBD. Windows color (decimal): -2307792 or 3197404. OLE color: 3197404.
HSL color Cylindrical-coordinate representation of color #DCC930: hue angle of 53.37º 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 #DCC930 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 48 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.14 |
| HSL | 53.37º | 0.71% | 0.53% | - |
| HSV(B) | 53.37º | 0.78% | 0.86% | - |
| XYZ | 50.94 | 57.2 | 11.15 | - |
| YUV | 189.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 48 | 0 | 0.09 | 0.78 | 0.14 | 53.37 | 0.71 | 0.53 |
| Hex | DC | C9 | 30 | 0 | 9 | 4E | E | 35 | 47 | 35 |
| Octal | 334 | 311 | 60 | 0 | 11 | 116 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11001001 | 110000 | 0 | 1001 | 1001110 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC930
Complementary color
Monochromatic Colors of #DCC930
Black with #DCC930
Text Example
Text Example
White with #DCC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC930; }
p { color: rgb(220,201,48); }
H1.HeaderClassName
{
color: #DCC930;
}
.AnyTagClassName
{
color: #DCC930;
}
</style>
background-color css
<style>
a { background-color: #DCC930; }
a { background-color: rgb(220,201,48); }
div.DivClassName
{
background-color: #DCC930;
}
.BgClassName
{
background-color: #DCC930;
}
</style>
border-color css
<style>
span { border-color: #DCC930; }
span { border-color: rgb(220,201,48); }
td.TdClassName
{
border-color: #DCC930;
}
.TagClassName
{
border-color: #DCC930;
}
</style>