Shades of Wattle #DCCC2E
Tints of Wattle #DCCC2E
RGB
CMYK
RGB Variations
Color information
#DCCC2E (or 0xDCCC2E) is known color: Wattle. HEX triplet: DC, CC and 2E. RGB value is (220,204,46). Sum of RGB (Red+Green+Blue) = 220+204+46=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC2E is #2333D1. Grayscale: #BFBFBF. Windows color (decimal): -2307026 or 3067100. OLE color: 3067100.
HSL color Cylindrical-coordinate representation of color #DCCC2E: hue angle of 54.48º 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 #DCCC2E is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 46 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.14 |
| HSL | 54.48º | 0.71% | 0.52% | - |
| HSV(B) | 54.48º | 0.79% | 0.86% | - |
| XYZ | 51.6 | 58.6 | 11.18 | - |
| YUV | 190.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 46 | 0 | 0.07 | 0.79 | 0.14 | 54.48 | 0.71 | 0.52 |
| Hex | DC | CC | 2E | 0 | 7 | 4F | E | 36 | 47 | 34 |
| Octal | 334 | 314 | 56 | 0 | 7 | 117 | 16 | 66 | 107 | 64 |
| Binary | 11011100 | 11001100 | 101110 | 0 | 111 | 1001111 | 1110 | 110110 | 1000111 | 110100 |
Color Harmonies of #DCCC2E
Complementary color
Monochromatic Colors of #DCCC2E
Black with #DCCC2E
Text Example
Text Example
White with #DCCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC2E; }
p { color: rgb(220,204,46); }
H1.HeaderClassName
{
color: #DCCC2E;
}
.AnyTagClassName
{
color: #DCCC2E;
}
</style>
background-color css
<style>
a { background-color: #DCCC2E; }
a { background-color: rgb(220,204,46); }
div.DivClassName
{
background-color: #DCCC2E;
}
.BgClassName
{
background-color: #DCCC2E;
}
</style>
border-color css
<style>
span { border-color: #DCCC2E; }
span { border-color: rgb(220,204,46); }
td.TdClassName
{
border-color: #DCCC2E;
}
.TagClassName
{
border-color: #DCCC2E;
}
</style>