Shades of Wattle #DCC731
Tints of Wattle #DCC731
RGB
CMYK
RGB Variations
Color information
#DCC731 (or 0xDCC731) is known color: Wattle. HEX triplet: DC, C7 and 31. RGB value is (220,199,49). Sum of RGB (Red+Green+Blue) = 220+199+49=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC731 is #2338CE. Grayscale: #BCBCBC. Windows color (decimal): -2308303 or 3262428. OLE color: 3262428.
HSL color Cylindrical-coordinate representation of color #DCC731: hue angle of 52.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 #DCC731 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.14 |
| HSL | 52.63º | 0.71% | 0.53% | - |
| HSV(B) | 52.63º | 0.78% | 0.86% | - |
| XYZ | 50.49 | 56.28 | 11.11 | - |
| YUV | 188.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 49 | 0 | 0.10 | 0.78 | 0.14 | 52.63 | 0.71 | 0.53 |
| Hex | DC | C7 | 31 | 0 | A | 4E | E | 35 | 47 | 35 |
| Octal | 334 | 307 | 61 | 0 | 12 | 116 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11000111 | 110001 | 0 | 1010 | 1001110 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC731
Complementary color
Monochromatic Colors of #DCC731
Black with #DCC731
Text Example
Text Example
White with #DCC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC731; }
p { color: rgb(220,199,49); }
H1.HeaderClassName
{
color: #DCC731;
}
.AnyTagClassName
{
color: #DCC731;
}
</style>
background-color css
<style>
a { background-color: #DCC731; }
a { background-color: rgb(220,199,49); }
div.DivClassName
{
background-color: #DCC731;
}
.BgClassName
{
background-color: #DCC731;
}
</style>
border-color css
<style>
span { border-color: #DCC731; }
span { border-color: rgb(220,199,49); }
td.TdClassName
{
border-color: #DCC731;
}
.TagClassName
{
border-color: #DCC731;
}
</style>