Shades of Wattle #D1C73F
Tints of Wattle #D1C73F
RGB
CMYK
RGB Variations
Color information
#D1C73F (or 0xD1C73F) is known color: Wattle. HEX triplet: D1, C7 and 3F. RGB value is (209,199,63). Sum of RGB (Red+Green+Blue) = 209+199+63=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C73F is #2E38C0. Grayscale: #BBBBBB. Windows color (decimal): -3029185 or 4179921. OLE color: 4179921.
HSL color Cylindrical-coordinate representation of color #D1C73F: hue angle of 55.89º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1C73F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 63 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.18 |
| HSL | 55.89º | 0.61% | 0.53% | - |
| HSV(B) | 55.89º | 0.7% | 0.82% | - |
| XYZ | 47.62 | 54.76 | 12.76 | - |
| YUV | 186.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 63 | 0 | 0.05 | 0.70 | 0.18 | 55.89 | 0.61 | 0.53 |
| Hex | D1 | C7 | 3F | 0 | 5 | 46 | 12 | 38 | 3D | 35 |
| Octal | 321 | 307 | 77 | 0 | 5 | 106 | 22 | 70 | 75 | 65 |
| Binary | 11010001 | 11000111 | 111111 | 0 | 101 | 1000110 | 10010 | 111000 | 111101 | 110101 |
Color Harmonies of #D1C73F
Complementary color
Monochromatic Colors of #D1C73F
Black with #D1C73F
Text Example
Text Example
White with #D1C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C73F; }
p { color: rgb(209,199,63); }
H1.HeaderClassName
{
color: #D1C73F;
}
.AnyTagClassName
{
color: #D1C73F;
}
</style>
background-color css
<style>
a { background-color: #D1C73F; }
a { background-color: rgb(209,199,63); }
div.DivClassName
{
background-color: #D1C73F;
}
.BgClassName
{
background-color: #D1C73F;
}
</style>
border-color css
<style>
span { border-color: #D1C73F; }
span { border-color: rgb(209,199,63); }
td.TdClassName
{
border-color: #D1C73F;
}
.TagClassName
{
border-color: #D1C73F;
}
</style>