Shades of Wattle #D1C046
Tints of Wattle #D1C046
RGB
CMYK
RGB Variations
Color information
#D1C046 (or 0xD1C046) is known color: Wattle. HEX triplet: D1, C0 and 46. RGB value is (209,192,70). Sum of RGB (Red+Green+Blue) = 209+192+70=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C046 is #2E3FB9. Grayscale: #B7B7B7. Windows color (decimal): -3030970 or 4636881. OLE color: 4636881.
HSL color Cylindrical-coordinate representation of color #D1C046: hue angle of 52.66º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1C046 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 70 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.18 |
| HSL | 52.66º | 0.6% | 0.55% | - |
| HSV(B) | 52.66º | 0.67% | 0.82% | - |
| XYZ | 46.25 | 51.7 | 13.34 | - |
| YUV | 183.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 70 | 0 | 0.08 | 0.67 | 0.18 | 52.66 | 0.6 | 0.55 |
| Hex | D1 | C0 | 46 | 0 | 8 | 43 | 12 | 35 | 3C | 37 |
| Octal | 321 | 300 | 106 | 0 | 10 | 103 | 22 | 65 | 74 | 67 |
| Binary | 11010001 | 11000000 | 1000110 | 0 | 1000 | 1000011 | 10010 | 110101 | 111100 | 110111 |
Color Harmonies of #D1C046
Complementary color
Monochromatic Colors of #D1C046
Black with #D1C046
Text Example
Text Example
White with #D1C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C046; }
p { color: rgb(209,192,70); }
H1.HeaderClassName
{
color: #D1C046;
}
.AnyTagClassName
{
color: #D1C046;
}
</style>
background-color css
<style>
a { background-color: #D1C046; }
a { background-color: rgb(209,192,70); }
div.DivClassName
{
background-color: #D1C046;
}
.BgClassName
{
background-color: #D1C046;
}
</style>
border-color css
<style>
span { border-color: #D1C046; }
span { border-color: rgb(209,192,70); }
td.TdClassName
{
border-color: #D1C046;
}
.TagClassName
{
border-color: #D1C046;
}
</style>