Shades of Wattle #DCC72E
Tints of Wattle #DCC72E
RGB
CMYK
RGB Variations
Color information
#DCC72E (or 0xDCC72E) is known color: Wattle. HEX triplet: DC, C7 and 2E. RGB value is (220,199,46). Sum of RGB (Red+Green+Blue) = 220+199+46=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC72E is #2338D1. Grayscale: #BCBCBC. Windows color (decimal): -2308306 or 3065820. OLE color: 3065820.
HSL color Cylindrical-coordinate representation of color #DCC72E: hue angle of 52.76º 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 #DCC72E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 46 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.14 |
| HSL | 52.76º | 0.71% | 0.52% | - |
| HSV(B) | 52.76º | 0.79% | 0.86% | - |
| XYZ | 50.43 | 56.26 | 10.79 | - |
| YUV | 187.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 46 | 0 | 0.10 | 0.79 | 0.14 | 52.76 | 0.71 | 0.52 |
| Hex | DC | C7 | 2E | 0 | A | 4F | E | 35 | 47 | 34 |
| Octal | 334 | 307 | 56 | 0 | 12 | 117 | 16 | 65 | 107 | 64 |
| Binary | 11011100 | 11000111 | 101110 | 0 | 1010 | 1001111 | 1110 | 110101 | 1000111 | 110100 |
Color Harmonies of #DCC72E
Complementary color
Monochromatic Colors of #DCC72E
Black with #DCC72E
Text Example
Text Example
White with #DCC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC72E; }
p { color: rgb(220,199,46); }
H1.HeaderClassName
{
color: #DCC72E;
}
.AnyTagClassName
{
color: #DCC72E;
}
</style>
background-color css
<style>
a { background-color: #DCC72E; }
a { background-color: rgb(220,199,46); }
div.DivClassName
{
background-color: #DCC72E;
}
.BgClassName
{
background-color: #DCC72E;
}
</style>
border-color css
<style>
span { border-color: #DCC72E; }
span { border-color: rgb(220,199,46); }
td.TdClassName
{
border-color: #DCC72E;
}
.TagClassName
{
border-color: #DCC72E;
}
</style>