Shades of Wattle #DCC233
Tints of Wattle #DCC233
RGB
CMYK
RGB Variations
Color information
#DCC233 (or 0xDCC233) is known color: Wattle. HEX triplet: DC, C2 and 33. RGB value is (220,194,51). Sum of RGB (Red+Green+Blue) = 220+194+51=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC233 is #233DCC. Grayscale: #BABABA. Windows color (decimal): -2309581 or 3392220. OLE color: 3392220.
HSL color Cylindrical-coordinate representation of color #DCC233: hue angle of 50.77º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCC233 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 51 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.14 |
| HSL | 50.77º | 0.71% | 0.53% | - |
| HSV(B) | 50.77º | 0.77% | 0.86% | - |
| XYZ | 49.4 | 54.04 | 10.96 | - |
| YUV | 185.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 51 | 0 | 0.12 | 0.77 | 0.14 | 50.77 | 0.71 | 0.53 |
| Hex | DC | C2 | 33 | 0 | C | 4D | E | 33 | 47 | 35 |
| Octal | 334 | 302 | 63 | 0 | 14 | 115 | 16 | 63 | 107 | 65 |
| Binary | 11011100 | 11000010 | 110011 | 0 | 1100 | 1001101 | 1110 | 110011 | 1000111 | 110101 |
Color Harmonies of #DCC233
Complementary color
Monochromatic Colors of #DCC233
Black with #DCC233
Text Example
Text Example
White with #DCC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC233; }
p { color: rgb(220,194,51); }
H1.HeaderClassName
{
color: #DCC233;
}
.AnyTagClassName
{
color: #DCC233;
}
</style>
background-color css
<style>
a { background-color: #DCC233; }
a { background-color: rgb(220,194,51); }
div.DivClassName
{
background-color: #DCC233;
}
.BgClassName
{
background-color: #DCC233;
}
</style>
border-color css
<style>
span { border-color: #DCC233; }
span { border-color: rgb(220,194,51); }
td.TdClassName
{
border-color: #DCC233;
}
.TagClassName
{
border-color: #DCC233;
}
</style>