Shades of Wattle #D1C444
Tints of Wattle #D1C444
RGB
CMYK
RGB Variations
Color information
#D1C444 (or 0xD1C444) is known color: Wattle. HEX triplet: D1, C4 and 44. RGB value is (209,196,68). Sum of RGB (Red+Green+Blue) = 209+196+68=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C444 is #2E3BBB. Grayscale: #B9B9B9. Windows color (decimal): -3029948 or 4506833. OLE color: 4506833.
HSL color Cylindrical-coordinate representation of color #D1C444: hue angle of 54.47º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1C444 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 68 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.18 |
| HSL | 54.47º | 0.61% | 0.54% | - |
| HSV(B) | 54.47º | 0.67% | 0.82% | - |
| XYZ | 47.08 | 53.45 | 13.3 | - |
| YUV | 185.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 68 | 0 | 0.06 | 0.67 | 0.18 | 54.47 | 0.61 | 0.54 |
| Hex | D1 | C4 | 44 | 0 | 6 | 43 | 12 | 36 | 3D | 36 |
| Octal | 321 | 304 | 104 | 0 | 6 | 103 | 22 | 66 | 75 | 66 |
| Binary | 11010001 | 11000100 | 1000100 | 0 | 110 | 1000011 | 10010 | 110110 | 111101 | 110110 |
Color Harmonies of #D1C444
Complementary color
Monochromatic Colors of #D1C444
Black with #D1C444
Text Example
Text Example
White with #D1C444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C444; }
p { color: rgb(209,196,68); }
H1.HeaderClassName
{
color: #D1C444;
}
.AnyTagClassName
{
color: #D1C444;
}
</style>
background-color css
<style>
a { background-color: #D1C444; }
a { background-color: rgb(209,196,68); }
div.DivClassName
{
background-color: #D1C444;
}
.BgClassName
{
background-color: #D1C444;
}
</style>
border-color css
<style>
span { border-color: #D1C444; }
span { border-color: rgb(209,196,68); }
td.TdClassName
{
border-color: #D1C444;
}
.TagClassName
{
border-color: #D1C444;
}
</style>