Shades of Wattle #D4BF44
Tints of Wattle #D4BF44
RGB
CMYK
RGB Variations
Color information
#D4BF44 (or 0xD4BF44) is known color: Wattle. HEX triplet: D4, BF and 44. RGB value is (212,191,68). Sum of RGB (Red+Green+Blue) = 212+191+68=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF44 is #2B40BB. Grayscale: #B7B7B7. Windows color (decimal): -2834620 or 4505556. OLE color: 4505556.
HSL color Cylindrical-coordinate representation of color #D4BF44: hue angle of 51.25º 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 #D4BF44 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 68 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.17 |
| HSL | 51.25º | 0.63% | 0.55% | - |
| HSV(B) | 51.25º | 0.68% | 0.83% | - |
| XYZ | 46.83 | 51.68 | 12.98 | - |
| YUV | 183.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 68 | 0 | 0.10 | 0.68 | 0.17 | 51.25 | 0.63 | 0.55 |
| Hex | D4 | BF | 44 | 0 | A | 44 | 11 | 33 | 3F | 37 |
| Octal | 324 | 277 | 104 | 0 | 12 | 104 | 21 | 63 | 77 | 67 |
| Binary | 11010100 | 10111111 | 1000100 | 0 | 1010 | 1000100 | 10001 | 110011 | 111111 | 110111 |
Color Harmonies of #D4BF44
Complementary color
Monochromatic Colors of #D4BF44
Black with #D4BF44
Text Example
Text Example
White with #D4BF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF44; }
p { color: rgb(212,191,68); }
H1.HeaderClassName
{
color: #D4BF44;
}
.AnyTagClassName
{
color: #D4BF44;
}
</style>
background-color css
<style>
a { background-color: #D4BF44; }
a { background-color: rgb(212,191,68); }
div.DivClassName
{
background-color: #D4BF44;
}
.BgClassName
{
background-color: #D4BF44;
}
</style>
border-color css
<style>
span { border-color: #D4BF44; }
span { border-color: rgb(212,191,68); }
td.TdClassName
{
border-color: #D4BF44;
}
.TagClassName
{
border-color: #D4BF44;
}
</style>