Shades of Wattle #D1C548
Tints of Wattle #D1C548
RGB
CMYK
RGB Variations
Color information
#D1C548 (or 0xD1C548) is known color: Wattle. HEX triplet: D1, C5 and 48. RGB value is (209,197,72). Sum of RGB (Red+Green+Blue) = 209+197+72=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C548 is #2E3AB7. Grayscale: #BABABA. Windows color (decimal): -3029688 or 4769233. OLE color: 4769233.
HSL color Cylindrical-coordinate representation of color #D1C548: hue angle of 54.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1C548 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 72 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.18 |
| HSL | 54.74º | 0.6% | 0.55% | - |
| HSV(B) | 54.74º | 0.66% | 0.82% | - |
| XYZ | 47.43 | 53.96 | 14.05 | - |
| YUV | 186.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 72 | 0 | 0.06 | 0.66 | 0.18 | 54.74 | 0.6 | 0.55 |
| Hex | D1 | C5 | 48 | 0 | 6 | 42 | 12 | 37 | 3C | 37 |
| Octal | 321 | 305 | 110 | 0 | 6 | 102 | 22 | 67 | 74 | 67 |
| Binary | 11010001 | 11000101 | 1001000 | 0 | 110 | 1000010 | 10010 | 110111 | 111100 | 110111 |
Color Harmonies of #D1C548
Complementary color
Monochromatic Colors of #D1C548
Black with #D1C548
Text Example
Text Example
White with #D1C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C548; }
p { color: rgb(209,197,72); }
H1.HeaderClassName
{
color: #D1C548;
}
.AnyTagClassName
{
color: #D1C548;
}
</style>
background-color css
<style>
a { background-color: #D1C548; }
a { background-color: rgb(209,197,72); }
div.DivClassName
{
background-color: #D1C548;
}
.BgClassName
{
background-color: #D1C548;
}
</style>
border-color css
<style>
span { border-color: #D1C548; }
span { border-color: rgb(209,197,72); }
td.TdClassName
{
border-color: #D1C548;
}
.TagClassName
{
border-color: #D1C548;
}
</style>