Shades of Wattle #DCC32E
Tints of Wattle #DCC32E
RGB
CMYK
RGB Variations
Color information
#DCC32E (or 0xDCC32E) is known color: Wattle. HEX triplet: DC, C3 and 2E. RGB value is (220,195,46). Sum of RGB (Red+Green+Blue) = 220+195+46=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC32E is #233CD1. Grayscale: #BABABA. Windows color (decimal): -2309330 or 3064796. OLE color: 3064796.
HSL color Cylindrical-coordinate representation of color #DCC32E: hue angle of 51.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCC32E is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 46 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.14 |
| HSL | 51.38º | 0.71% | 0.52% | - |
| HSV(B) | 51.38º | 0.79% | 0.86% | - |
| XYZ | 49.52 | 54.44 | 10.48 | - |
| YUV | 185.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 46 | 0 | 0.11 | 0.79 | 0.14 | 51.38 | 0.71 | 0.52 |
| Hex | DC | C3 | 2E | 0 | B | 4F | E | 33 | 47 | 34 |
| Octal | 334 | 303 | 56 | 0 | 13 | 117 | 16 | 63 | 107 | 64 |
| Binary | 11011100 | 11000011 | 101110 | 0 | 1011 | 1001111 | 1110 | 110011 | 1000111 | 110100 |
Color Harmonies of #DCC32E
Complementary color
Monochromatic Colors of #DCC32E
Black with #DCC32E
Text Example
Text Example
White with #DCC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC32E; }
p { color: rgb(220,195,46); }
H1.HeaderClassName
{
color: #DCC32E;
}
.AnyTagClassName
{
color: #DCC32E;
}
</style>
background-color css
<style>
a { background-color: #DCC32E; }
a { background-color: rgb(220,195,46); }
div.DivClassName
{
background-color: #DCC32E;
}
.BgClassName
{
background-color: #DCC32E;
}
</style>
border-color css
<style>
span { border-color: #DCC32E; }
span { border-color: rgb(220,195,46); }
td.TdClassName
{
border-color: #DCC32E;
}
.TagClassName
{
border-color: #DCC32E;
}
</style>