Shades of Wattle #D4D03D
Tints of Wattle #D4D03D
RGB
CMYK
RGB Variations
Color information
#D4D03D (or 0xD4D03D) is known color: Wattle. HEX triplet: D4, D0 and 3D. RGB value is (212,208,61). Sum of RGB (Red+Green+Blue) = 212+208+61=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D03D is #2B2FC2. Grayscale: #C1C1C1. Windows color (decimal): -2830275 or 4051156. OLE color: 4051156.
HSL color Cylindrical-coordinate representation of color #D4D03D: hue angle of 58.41º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4D03D is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 61 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.17 |
| HSL | 58.41º | 0.64% | 0.54% | - |
| HSV(B) | 58.41º | 0.71% | 0.83% | - |
| XYZ | 50.55 | 59.45 | 13.22 | - |
| YUV | 192.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 61 | 0 | 0.02 | 0.71 | 0.17 | 58.41 | 0.64 | 0.54 |
| Hex | D4 | D0 | 3D | 0 | 2 | 47 | 11 | 3A | 40 | 36 |
| Octal | 324 | 320 | 75 | 0 | 2 | 107 | 21 | 72 | 100 | 66 |
| Binary | 11010100 | 11010000 | 111101 | 0 | 10 | 1000111 | 10001 | 111010 | 1000000 | 110110 |
Color Harmonies of #D4D03D
Complementary color
Monochromatic Colors of #D4D03D
Black with #D4D03D
Text Example
Text Example
White with #D4D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D03D; }
p { color: rgb(212,208,61); }
H1.HeaderClassName
{
color: #D4D03D;
}
.AnyTagClassName
{
color: #D4D03D;
}
</style>
background-color css
<style>
a { background-color: #D4D03D; }
a { background-color: rgb(212,208,61); }
div.DivClassName
{
background-color: #D4D03D;
}
.BgClassName
{
background-color: #D4D03D;
}
</style>
border-color css
<style>
span { border-color: #D4D03D; }
span { border-color: rgb(212,208,61); }
td.TdClassName
{
border-color: #D4D03D;
}
.TagClassName
{
border-color: #D4D03D;
}
</style>