Shades of Wattle #D4C62F
Tints of Wattle #D4C62F
RGB
CMYK
RGB Variations
Color information
#D4C62F (or 0xD4C62F) is known color: Wattle. HEX triplet: D4, C6 and 2F. RGB value is (212,198,47). Sum of RGB (Red+Green+Blue) = 212+198+47=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C62F is #2B39D0. Grayscale: #B9B9B9. Windows color (decimal): -2832849 or 3131092. OLE color: 3131092.
HSL color Cylindrical-coordinate representation of color #D4C62F: hue angle of 54.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4C62F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 47 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.17 |
| HSL | 54.91º | 0.66% | 0.51% | - |
| HSV(B) | 54.91º | 0.78% | 0.83% | - |
| XYZ | 47.86 | 54.59 | 10.7 | - |
| YUV | 184.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 47 | 0 | 0.07 | 0.78 | 0.17 | 54.91 | 0.66 | 0.51 |
| Hex | D4 | C6 | 2F | 0 | 7 | 4E | 11 | 37 | 42 | 33 |
| Octal | 324 | 306 | 57 | 0 | 7 | 116 | 21 | 67 | 102 | 63 |
| Binary | 11010100 | 11000110 | 101111 | 0 | 111 | 1001110 | 10001 | 110111 | 1000010 | 110011 |
Color Harmonies of #D4C62F
Complementary color
Monochromatic Colors of #D4C62F
Black with #D4C62F
Text Example
Text Example
White with #D4C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C62F; }
p { color: rgb(212,198,47); }
H1.HeaderClassName
{
color: #D4C62F;
}
.AnyTagClassName
{
color: #D4C62F;
}
</style>
background-color css
<style>
a { background-color: #D4C62F; }
a { background-color: rgb(212,198,47); }
div.DivClassName
{
background-color: #D4C62F;
}
.BgClassName
{
background-color: #D4C62F;
}
</style>
border-color css
<style>
span { border-color: #D4C62F; }
span { border-color: rgb(212,198,47); }
td.TdClassName
{
border-color: #D4C62F;
}
.TagClassName
{
border-color: #D4C62F;
}
</style>