Shades of Wattle #D4D644
Tints of Wattle #D4D644
RGB
CMYK
RGB Variations
Color information
#D4D644 (or 0xD4D644) is known color: Wattle. HEX triplet: D4, D6 and 44. RGB value is (212,214,68). Sum of RGB (Red+Green+Blue) = 212+214+68=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D644 is #2B29BB. Grayscale: #C5C5C5. Windows color (decimal): -2828732 or 4511444. OLE color: 4511444.
HSL color Cylindrical-coordinate representation of color #D4D644: hue angle of 60.82º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4D644 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 68 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.16 |
| HSL | 60.82º | 0.64% | 0.55% | - |
| HSV(B) | 60.82º | 0.68% | 0.84% | - |
| XYZ | 52.24 | 62.51 | 14.78 | - |
| YUV | 196.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 68 | 0.01 | 0 | 0.68 | 0.16 | 60.82 | 0.64 | 0.55 |
| Hex | D4 | D6 | 44 | 1 | 0 | 44 | 10 | 3D | 40 | 37 |
| Octal | 324 | 326 | 104 | 1 | 0 | 104 | 20 | 75 | 100 | 67 |
| Binary | 11010100 | 11010110 | 1000100 | 1 | 0 | 1000100 | 10000 | 111101 | 1000000 | 110111 |
Color Harmonies of #D4D644
Complementary color
Monochromatic Colors of #D4D644
Black with #D4D644
Text Example
Text Example
White with #D4D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D644; }
p { color: rgb(212,214,68); }
H1.HeaderClassName
{
color: #D4D644;
}
.AnyTagClassName
{
color: #D4D644;
}
</style>
background-color css
<style>
a { background-color: #D4D644; }
a { background-color: rgb(212,214,68); }
div.DivClassName
{
background-color: #D4D644;
}
.BgClassName
{
background-color: #D4D644;
}
</style>
border-color css
<style>
span { border-color: #D4D644; }
span { border-color: rgb(212,214,68); }
td.TdClassName
{
border-color: #D4D644;
}
.TagClassName
{
border-color: #D4D644;
}
</style>