Shades of Wattle #D4C93A
Tints of Wattle #D4C93A
RGB
CMYK
RGB Variations
Color information
#D4C93A (or 0xD4C93A) is known color: Wattle. HEX triplet: D4, C9 and 3A. RGB value is (212,201,58). Sum of RGB (Red+Green+Blue) = 212+201+58=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C93A is #2B36C5. Grayscale: #BCBCBC. Windows color (decimal): -2832070 or 3852756. OLE color: 3852756.
HSL color Cylindrical-coordinate representation of color #D4C93A: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4C93A is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 58 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.17 |
| HSL | 55.71º | 0.64% | 0.53% | - |
| HSV(B) | 55.71º | 0.73% | 0.83% | - |
| XYZ | 48.8 | 56.08 | 12.25 | - |
| YUV | 187.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 58 | 0 | 0.05 | 0.73 | 0.17 | 55.71 | 0.64 | 0.53 |
| Hex | D4 | C9 | 3A | 0 | 5 | 49 | 11 | 38 | 40 | 35 |
| Octal | 324 | 311 | 72 | 0 | 5 | 111 | 21 | 70 | 100 | 65 |
| Binary | 11010100 | 11001001 | 111010 | 0 | 101 | 1001001 | 10001 | 111000 | 1000000 | 110101 |
Color Harmonies of #D4C93A
Complementary color
Monochromatic Colors of #D4C93A
Black with #D4C93A
Text Example
Text Example
White with #D4C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C93A; }
p { color: rgb(212,201,58); }
H1.HeaderClassName
{
color: #D4C93A;
}
.AnyTagClassName
{
color: #D4C93A;
}
</style>
background-color css
<style>
a { background-color: #D4C93A; }
a { background-color: rgb(212,201,58); }
div.DivClassName
{
background-color: #D4C93A;
}
.BgClassName
{
background-color: #D4C93A;
}
</style>
border-color css
<style>
span { border-color: #D4C93A; }
span { border-color: rgb(212,201,58); }
td.TdClassName
{
border-color: #D4C93A;
}
.TagClassName
{
border-color: #D4C93A;
}
</style>