Shades of Wattle #D1C036
Tints of Wattle #D1C036
RGB
CMYK
RGB Variations
Color information
#D1C036 (or 0xD1C036) is known color: Wattle. HEX triplet: D1, C0 and 36. RGB value is (209,192,54). Sum of RGB (Red+Green+Blue) = 209+192+54=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C036 is #2E3FC9. Grayscale: #B5B5B5. Windows color (decimal): -3030986 or 3588305. OLE color: 3588305.
HSL color Cylindrical-coordinate representation of color #D1C036: hue angle of 53.42º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1C036 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 54 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.18 |
| HSL | 53.42º | 0.63% | 0.52% | - |
| HSV(B) | 53.42º | 0.74% | 0.82% | - |
| XYZ | 45.81 | 51.52 | 11.02 | - |
| YUV | 181.35 | 56.13 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 54 | 0 | 0.08 | 0.74 | 0.18 | 53.42 | 0.63 | 0.52 |
| Hex | D1 | C0 | 36 | 0 | 8 | 4A | 12 | 35 | 3F | 34 |
| Octal | 321 | 300 | 66 | 0 | 10 | 112 | 22 | 65 | 77 | 64 |
| Binary | 11010001 | 11000000 | 110110 | 0 | 1000 | 1001010 | 10010 | 110101 | 111111 | 110100 |
Color Harmonies of #D1C036
Complementary color
Monochromatic Colors of #D1C036
Black with #D1C036
Text Example
Text Example
White with #D1C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C036; }
p { color: rgb(209,192,54); }
H1.HeaderClassName
{
color: #D1C036;
}
.AnyTagClassName
{
color: #D1C036;
}
</style>
background-color css
<style>
a { background-color: #D1C036; }
a { background-color: rgb(209,192,54); }
div.DivClassName
{
background-color: #D1C036;
}
.BgClassName
{
background-color: #D1C036;
}
</style>
border-color css
<style>
span { border-color: #D1C036; }
span { border-color: rgb(209,192,54); }
td.TdClassName
{
border-color: #D1C036;
}
.TagClassName
{
border-color: #D1C036;
}
</style>