Shades of Wattle #D1C73A
Tints of Wattle #D1C73A
RGB
CMYK
RGB Variations
Color information
#D1C73A (or 0xD1C73A) is known color: Wattle. HEX triplet: D1, C7 and 3A. RGB value is (209,199,58). Sum of RGB (Red+Green+Blue) = 209+199+58=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C73A is #2E38C5. Grayscale: #BABABA. Windows color (decimal): -3029190 or 3852241. OLE color: 3852241.
HSL color Cylindrical-coordinate representation of color #D1C73A: hue angle of 56.03º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1C73A is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 58 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.18 |
| HSL | 56.03º | 0.62% | 0.52% | - |
| HSV(B) | 56.03º | 0.72% | 0.82% | - |
| XYZ | 47.48 | 54.71 | 12.06 | - |
| YUV | 185.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 58 | 0 | 0.05 | 0.72 | 0.18 | 56.03 | 0.62 | 0.52 |
| Hex | D1 | C7 | 3A | 0 | 5 | 48 | 12 | 38 | 3E | 34 |
| Octal | 321 | 307 | 72 | 0 | 5 | 110 | 22 | 70 | 76 | 64 |
| Binary | 11010001 | 11000111 | 111010 | 0 | 101 | 1001000 | 10010 | 111000 | 111110 | 110100 |
Color Harmonies of #D1C73A
Complementary color
Monochromatic Colors of #D1C73A
Black with #D1C73A
Text Example
Text Example
White with #D1C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C73A; }
p { color: rgb(209,199,58); }
H1.HeaderClassName
{
color: #D1C73A;
}
.AnyTagClassName
{
color: #D1C73A;
}
</style>
background-color css
<style>
a { background-color: #D1C73A; }
a { background-color: rgb(209,199,58); }
div.DivClassName
{
background-color: #D1C73A;
}
.BgClassName
{
background-color: #D1C73A;
}
</style>
border-color css
<style>
span { border-color: #D1C73A; }
span { border-color: rgb(209,199,58); }
td.TdClassName
{
border-color: #D1C73A;
}
.TagClassName
{
border-color: #D1C73A;
}
</style>