Shades of Wattle #DCC430
Tints of Wattle #DCC430
RGB
CMYK
RGB Variations
Color information
#DCC430 (or 0xDCC430) is known color: Wattle. HEX triplet: DC, C4 and 30. RGB value is (220,196,48). Sum of RGB (Red+Green+Blue) = 220+196+48=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC430 is #233BCF. Grayscale: #BABABA. Windows color (decimal): -2309072 or 3196124. OLE color: 3196124.
HSL color Cylindrical-coordinate representation of color #DCC430: hue angle of 51.63º 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 #DCC430 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 48 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.14 |
| HSL | 51.63º | 0.71% | 0.53% | - |
| HSV(B) | 51.63º | 0.78% | 0.86% | - |
| XYZ | 49.79 | 54.91 | 10.77 | - |
| YUV | 186.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 48 | 0 | 0.11 | 0.78 | 0.14 | 51.63 | 0.71 | 0.53 |
| Hex | DC | C4 | 30 | 0 | B | 4E | E | 34 | 47 | 35 |
| Octal | 334 | 304 | 60 | 0 | 13 | 116 | 16 | 64 | 107 | 65 |
| Binary | 11011100 | 11000100 | 110000 | 0 | 1011 | 1001110 | 1110 | 110100 | 1000111 | 110101 |
Color Harmonies of #DCC430
Complementary color
Monochromatic Colors of #DCC430
Black with #DCC430
Text Example
Text Example
White with #DCC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC430; }
p { color: rgb(220,196,48); }
H1.HeaderClassName
{
color: #DCC430;
}
.AnyTagClassName
{
color: #DCC430;
}
</style>
background-color css
<style>
a { background-color: #DCC430; }
a { background-color: rgb(220,196,48); }
div.DivClassName
{
background-color: #DCC430;
}
.BgClassName
{
background-color: #DCC430;
}
</style>
border-color css
<style>
span { border-color: #DCC430; }
span { border-color: rgb(220,196,48); }
td.TdClassName
{
border-color: #DCC430;
}
.TagClassName
{
border-color: #DCC430;
}
</style>