Shades of Wattle #DCC334
Tints of Wattle #DCC334
RGB
CMYK
RGB Variations
Color information
#DCC334 (or 0xDCC334) is known color: Wattle. HEX triplet: DC, C3 and 34. RGB value is (220,195,52). Sum of RGB (Red+Green+Blue) = 220+195+52=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC334 is #233CCB. Grayscale: #BABABA. Windows color (decimal): -2309324 or 3458012. OLE color: 3458012.
HSL color Cylindrical-coordinate representation of color #DCC334: hue angle of 51.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCC334 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 52 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.14 |
| HSL | 51.07º | 0.71% | 0.53% | - |
| HSV(B) | 51.07º | 0.76% | 0.86% | - |
| XYZ | 49.65 | 54.49 | 11.15 | - |
| YUV | 186.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 52 | 0 | 0.11 | 0.76 | 0.14 | 51.07 | 0.71 | 0.53 |
| Hex | DC | C3 | 34 | 0 | B | 4C | E | 33 | 47 | 35 |
| Octal | 334 | 303 | 64 | 0 | 13 | 114 | 16 | 63 | 107 | 65 |
| Binary | 11011100 | 11000011 | 110100 | 0 | 1011 | 1001100 | 1110 | 110011 | 1000111 | 110101 |
Color Harmonies of #DCC334
Complementary color
Monochromatic Colors of #DCC334
Black with #DCC334
Text Example
Text Example
White with #DCC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC334; }
p { color: rgb(220,195,52); }
H1.HeaderClassName
{
color: #DCC334;
}
.AnyTagClassName
{
color: #DCC334;
}
</style>
background-color css
<style>
a { background-color: #DCC334; }
a { background-color: rgb(220,195,52); }
div.DivClassName
{
background-color: #DCC334;
}
.BgClassName
{
background-color: #DCC334;
}
</style>
border-color css
<style>
span { border-color: #DCC334; }
span { border-color: rgb(220,195,52); }
td.TdClassName
{
border-color: #DCC334;
}
.TagClassName
{
border-color: #DCC334;
}
</style>