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