Shades of Wattle #D4CF44
Tints of Wattle #D4CF44
RGB
CMYK
RGB Variations
Color information
#D4CF44 (or 0xD4CF44) is known color: Wattle. HEX triplet: D4, CF and 44. RGB value is (212,207,68). Sum of RGB (Red+Green+Blue) = 212+207+68=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF44 is #2B30BB. Grayscale: #C1C1C1. Windows color (decimal): -2830524 or 4509652. OLE color: 4509652.
HSL color Cylindrical-coordinate representation of color #D4CF44: hue angle of 57.92º 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 #D4CF44 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 68 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.17 |
| HSL | 57.92º | 0.63% | 0.55% | - |
| HSV(B) | 57.92º | 0.68% | 0.83% | - |
| XYZ | 50.51 | 59.04 | 14.2 | - |
| YUV | 192.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 68 | 0 | 0.02 | 0.68 | 0.17 | 57.92 | 0.63 | 0.55 |
| Hex | D4 | CF | 44 | 0 | 2 | 44 | 11 | 3A | 3F | 37 |
| Octal | 324 | 317 | 104 | 0 | 2 | 104 | 21 | 72 | 77 | 67 |
| Binary | 11010100 | 11001111 | 1000100 | 0 | 10 | 1000100 | 10001 | 111010 | 111111 | 110111 |
Color Harmonies of #D4CF44
Complementary color
Monochromatic Colors of #D4CF44
Black with #D4CF44
Text Example
Text Example
White with #D4CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF44; }
p { color: rgb(212,207,68); }
H1.HeaderClassName
{
color: #D4CF44;
}
.AnyTagClassName
{
color: #D4CF44;
}
</style>
background-color css
<style>
a { background-color: #D4CF44; }
a { background-color: rgb(212,207,68); }
div.DivClassName
{
background-color: #D4CF44;
}
.BgClassName
{
background-color: #D4CF44;
}
</style>
border-color css
<style>
span { border-color: #D4CF44; }
span { border-color: rgb(212,207,68); }
td.TdClassName
{
border-color: #D4CF44;
}
.TagClassName
{
border-color: #D4CF44;
}
</style>