Shades of Wattle #D4C53F
Tints of Wattle #D4C53F
RGB
CMYK
RGB Variations
Color information
#D4C53F (or 0xD4C53F) is known color: Wattle. HEX triplet: D4, C5 and 3F. RGB value is (212,197,63). Sum of RGB (Red+Green+Blue) = 212+197+63=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C53F is #2B3AC0. Grayscale: #BABABA. Windows color (decimal): -2833089 or 4179412. OLE color: 4179412.
HSL color Cylindrical-coordinate representation of color #D4C53F: hue angle of 53.96º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4C53F is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 197 | 63 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.17 |
| HSL | 53.96º | 0.63% | 0.54% | - |
| HSV(B) | 53.96º | 0.7% | 0.83% | - |
| XYZ | 48.01 | 54.29 | 12.65 | - |
| YUV | 186.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 63 | 0 | 0.07 | 0.70 | 0.17 | 53.96 | 0.63 | 0.54 |
| Hex | D4 | C5 | 3F | 0 | 7 | 46 | 11 | 36 | 3F | 36 |
| Octal | 324 | 305 | 77 | 0 | 7 | 106 | 21 | 66 | 77 | 66 |
| Binary | 11010100 | 11000101 | 111111 | 0 | 111 | 1000110 | 10001 | 110110 | 111111 | 110110 |
Color Harmonies of #D4C53F
Complementary color
Monochromatic Colors of #D4C53F
Black with #D4C53F
Text Example
Text Example
White with #D4C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C53F; }
p { color: rgb(212,197,63); }
H1.HeaderClassName
{
color: #D4C53F;
}
.AnyTagClassName
{
color: #D4C53F;
}
</style>
background-color css
<style>
a { background-color: #D4C53F; }
a { background-color: rgb(212,197,63); }
div.DivClassName
{
background-color: #D4C53F;
}
.BgClassName
{
background-color: #D4C53F;
}
</style>
border-color css
<style>
span { border-color: #D4C53F; }
span { border-color: rgb(212,197,63); }
td.TdClassName
{
border-color: #D4C53F;
}
.TagClassName
{
border-color: #D4C53F;
}
</style>