Shades of Wattle #D4D144
Tints of Wattle #D4D144
RGB
CMYK
RGB Variations
Color information
#D4D144 (or 0xD4D144) is known color: Wattle. HEX triplet: D4, D1 and 44. RGB value is (212,209,68). Sum of RGB (Red+Green+Blue) = 212+209+68=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D144 is #2B2EBB. Grayscale: #C2C2C2. Windows color (decimal): -2830012 or 4510164. OLE color: 4510164.
HSL color Cylindrical-coordinate representation of color #D4D144: hue angle of 58.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4D144 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 68 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.17 |
| HSL | 58.75º | 0.63% | 0.55% | - |
| HSV(B) | 58.75º | 0.68% | 0.83% | - |
| XYZ | 51 | 60.02 | 14.37 | - |
| YUV | 193.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 68 | 0 | 0.01 | 0.68 | 0.17 | 58.75 | 0.63 | 0.55 |
| Hex | D4 | D1 | 44 | 0 | 1 | 44 | 11 | 3B | 3F | 37 |
| Octal | 324 | 321 | 104 | 0 | 1 | 104 | 21 | 73 | 77 | 67 |
| Binary | 11010100 | 11010001 | 1000100 | 0 | 1 | 1000100 | 10001 | 111011 | 111111 | 110111 |
Color Harmonies of #D4D144
Complementary color
Monochromatic Colors of #D4D144
Black with #D4D144
Text Example
Text Example
White with #D4D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D144; }
p { color: rgb(212,209,68); }
H1.HeaderClassName
{
color: #D4D144;
}
.AnyTagClassName
{
color: #D4D144;
}
</style>
background-color css
<style>
a { background-color: #D4D144; }
a { background-color: rgb(212,209,68); }
div.DivClassName
{
background-color: #D4D144;
}
.BgClassName
{
background-color: #D4D144;
}
</style>
border-color css
<style>
span { border-color: #D4D144; }
span { border-color: rgb(212,209,68); }
td.TdClassName
{
border-color: #D4D144;
}
.TagClassName
{
border-color: #D4D144;
}
</style>