Shades of Wattle #DCC231
Tints of Wattle #DCC231
RGB
CMYK
RGB Variations
Color information
#DCC231 (or 0xDCC231) is known color: Wattle. HEX triplet: DC, C2 and 31. RGB value is (220,194,49). Sum of RGB (Red+Green+Blue) = 220+194+49=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC231 is #233DCE. Grayscale: #B9B9B9. Windows color (decimal): -2309583 or 3261148. OLE color: 3261148.
HSL color Cylindrical-coordinate representation of color #DCC231: hue angle of 50.88º 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 #DCC231 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 49 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.14 |
| HSL | 50.88º | 0.71% | 0.53% | - |
| HSV(B) | 50.88º | 0.78% | 0.86% | - |
| XYZ | 49.36 | 54.02 | 10.73 | - |
| YUV | 185.24 | 51.11 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 49 | 0 | 0.12 | 0.78 | 0.14 | 50.88 | 0.71 | 0.53 |
| Hex | DC | C2 | 31 | 0 | C | 4E | E | 33 | 47 | 35 |
| Octal | 334 | 302 | 61 | 0 | 14 | 116 | 16 | 63 | 107 | 65 |
| Binary | 11011100 | 11000010 | 110001 | 0 | 1100 | 1001110 | 1110 | 110011 | 1000111 | 110101 |
Color Harmonies of #DCC231
Complementary color
Monochromatic Colors of #DCC231
Black with #DCC231
Text Example
Text Example
White with #DCC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC231; }
p { color: rgb(220,194,49); }
H1.HeaderClassName
{
color: #DCC231;
}
.AnyTagClassName
{
color: #DCC231;
}
</style>
background-color css
<style>
a { background-color: #DCC231; }
a { background-color: rgb(220,194,49); }
div.DivClassName
{
background-color: #DCC231;
}
.BgClassName
{
background-color: #DCC231;
}
</style>
border-color css
<style>
span { border-color: #DCC231; }
span { border-color: rgb(220,194,49); }
td.TdClassName
{
border-color: #DCC231;
}
.TagClassName
{
border-color: #DCC231;
}
</style>