Shades of Wattle #D4D442
Tints of Wattle #D4D442
RGB
CMYK
RGB Variations
Color information
#D4D442 (or 0xD4D442) is known color: Wattle. HEX triplet: D4, D4 and 42. RGB value is (212,212,66). Sum of RGB (Red+Green+Blue) = 212+212+66=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D442 is #2B2BBD. Grayscale: #C3C3C3. Windows color (decimal): -2829246 or 4379860. OLE color: 4379860.
HSL color Cylindrical-coordinate representation of color #D4D442: hue angle of 60º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4D442 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 66 | - |
| CMYK | 0 | 0 | 0.69 | 0.17 |
| HSL | 60º | 0.63% | 0.55% | - |
| HSV(B) | 60º | 0.69% | 0.83% | - |
| XYZ | 51.68 | 61.48 | 14.3 | - |
| YUV | 195.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 66 | 0 | 0 | 0.69 | 0.17 | 60 | 0.63 | 0.55 |
| Hex | D4 | D4 | 42 | 0 | 0 | 45 | 11 | 3C | 3F | 37 |
| Octal | 324 | 324 | 102 | 0 | 0 | 105 | 21 | 74 | 77 | 67 |
| Binary | 11010100 | 11010100 | 1000010 | 0 | 0 | 1000101 | 10001 | 111100 | 111111 | 110111 |
Color Harmonies of #D4D442
Complementary color
Monochromatic Colors of #D4D442
Black with #D4D442
Text Example
Text Example
White with #D4D442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D442; }
p { color: rgb(212,212,66); }
H1.HeaderClassName
{
color: #D4D442;
}
.AnyTagClassName
{
color: #D4D442;
}
</style>
background-color css
<style>
a { background-color: #D4D442; }
a { background-color: rgb(212,212,66); }
div.DivClassName
{
background-color: #D4D442;
}
.BgClassName
{
background-color: #D4D442;
}
</style>
border-color css
<style>
span { border-color: #D4D442; }
span { border-color: rgb(212,212,66); }
td.TdClassName
{
border-color: #D4D442;
}
.TagClassName
{
border-color: #D4D442;
}
</style>