Shades of Wattle #D1C53D
Tints of Wattle #D1C53D
RGB
CMYK
RGB Variations
Color information
#D1C53D (or 0xD1C53D) is known color: Wattle. HEX triplet: D1, C5 and 3D. RGB value is (209,197,61). Sum of RGB (Red+Green+Blue) = 209+197+61=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C53D is #2E3AC2. Grayscale: #B9B9B9. Windows color (decimal): -3029699 or 4048337. OLE color: 4048337.
HSL color Cylindrical-coordinate representation of color #D1C53D: hue angle of 55.14º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1C53D is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 61 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.18 |
| HSL | 55.14º | 0.62% | 0.53% | - |
| HSV(B) | 55.14º | 0.71% | 0.82% | - |
| XYZ | 47.1 | 53.82 | 12.32 | - |
| YUV | 185.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 61 | 0 | 0.06 | 0.71 | 0.18 | 55.14 | 0.62 | 0.53 |
| Hex | D1 | C5 | 3D | 0 | 6 | 47 | 12 | 37 | 3E | 35 |
| Octal | 321 | 305 | 75 | 0 | 6 | 107 | 22 | 67 | 76 | 65 |
| Binary | 11010001 | 11000101 | 111101 | 0 | 110 | 1000111 | 10010 | 110111 | 111110 | 110101 |
Color Harmonies of #D1C53D
Complementary color
Monochromatic Colors of #D1C53D
Black with #D1C53D
Text Example
Text Example
White with #D1C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C53D; }
p { color: rgb(209,197,61); }
H1.HeaderClassName
{
color: #D1C53D;
}
.AnyTagClassName
{
color: #D1C53D;
}
</style>
background-color css
<style>
a { background-color: #D1C53D; }
a { background-color: rgb(209,197,61); }
div.DivClassName
{
background-color: #D1C53D;
}
.BgClassName
{
background-color: #D1C53D;
}
</style>
border-color css
<style>
span { border-color: #D1C53D; }
span { border-color: rgb(209,197,61); }
td.TdClassName
{
border-color: #D1C53D;
}
.TagClassName
{
border-color: #D1C53D;
}
</style>