Shades of Wattle #DCC62F
Tints of Wattle #DCC62F
RGB
CMYK
RGB Variations
Color information
#DCC62F (or 0xDCC62F) is known color: Wattle. HEX triplet: DC, C6 and 2F. RGB value is (220,198,47). Sum of RGB (Red+Green+Blue) = 220+198+47=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC62F is #2339D0. Grayscale: #BBBBBB. Windows color (decimal): -2308561 or 3131100. OLE color: 3131100.
HSL color Cylindrical-coordinate representation of color #DCC62F: hue angle of 52.37º 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 #DCC62F is Cyan = 0, Magento = 0.1, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 47 | - |
| CMYK | 0 | 0.1 | 0.79 | 0.14 |
| HSL | 52.37º | 0.71% | 0.52% | - |
| HSV(B) | 52.37º | 0.79% | 0.86% | - |
| XYZ | 50.22 | 55.81 | 10.81 | - |
| YUV | 187.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 47 | 0 | 0.1 | 0.79 | 0.14 | 52.37 | 0.71 | 0.52 |
| Hex | DC | C6 | 2F | 0 | A | 4F | E | 34 | 47 | 34 |
| Octal | 334 | 306 | 57 | 0 | 12 | 117 | 16 | 64 | 107 | 64 |
| Binary | 11011100 | 11000110 | 101111 | 0 | 1010 | 1001111 | 1110 | 110100 | 1000111 | 110100 |
Color Harmonies of #DCC62F
Complementary color
Monochromatic Colors of #DCC62F
Black with #DCC62F
Text Example
Text Example
White with #DCC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC62F; }
p { color: rgb(220,198,47); }
H1.HeaderClassName
{
color: #DCC62F;
}
.AnyTagClassName
{
color: #DCC62F;
}
</style>
background-color css
<style>
a { background-color: #DCC62F; }
a { background-color: rgb(220,198,47); }
div.DivClassName
{
background-color: #DCC62F;
}
.BgClassName
{
background-color: #DCC62F;
}
</style>
border-color css
<style>
span { border-color: #DCC62F; }
span { border-color: rgb(220,198,47); }
td.TdClassName
{
border-color: #DCC62F;
}
.TagClassName
{
border-color: #DCC62F;
}
</style>