Shades of Wattle #D4D33D
Tints of Wattle #D4D33D
RGB
CMYK
RGB Variations
Color information
#D4D33D (or 0xD4D33D) is known color: Wattle. HEX triplet: D4, D3 and 3D. RGB value is (212,211,61). Sum of RGB (Red+Green+Blue) = 212+211+61=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D33D is #2B2CC2. Grayscale: #C2C2C2. Windows color (decimal): -2829507 or 4051924. OLE color: 4051924.
HSL color Cylindrical-coordinate representation of color #D4D33D: hue angle of 59.6º 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 #D4D33D is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 61 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.17 |
| HSL | 59.6º | 0.64% | 0.54% | - |
| HSV(B) | 59.6º | 0.71% | 0.83% | - |
| XYZ | 51.29 | 60.92 | 13.47 | - |
| YUV | 194.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 61 | 0 | 0.00 | 0.71 | 0.17 | 59.6 | 0.64 | 0.54 |
| Hex | D4 | D3 | 3D | 0 | 0 | 47 | 11 | 3C | 40 | 36 |
| Octal | 324 | 323 | 75 | 0 | 0 | 107 | 21 | 74 | 100 | 66 |
| Binary | 11010100 | 11010011 | 111101 | 0 | 0 | 1000111 | 10001 | 111100 | 1000000 | 110110 |
Color Harmonies of #D4D33D
Complementary color
Monochromatic Colors of #D4D33D
Black with #D4D33D
Text Example
Text Example
White with #D4D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D33D; }
p { color: rgb(212,211,61); }
H1.HeaderClassName
{
color: #D4D33D;
}
.AnyTagClassName
{
color: #D4D33D;
}
</style>
background-color css
<style>
a { background-color: #D4D33D; }
a { background-color: rgb(212,211,61); }
div.DivClassName
{
background-color: #D4D33D;
}
.BgClassName
{
background-color: #D4D33D;
}
</style>
border-color css
<style>
span { border-color: #D4D33D; }
span { border-color: rgb(212,211,61); }
td.TdClassName
{
border-color: #D4D33D;
}
.TagClassName
{
border-color: #D4D33D;
}
</style>