Shades of Wattle #D5C73F
Tints of Wattle #D5C73F
RGB
CMYK
RGB Variations
Color information
#D5C73F (or 0xD5C73F) is known color: Wattle. HEX triplet: D5, C7 and 3F. RGB value is (213,199,63). Sum of RGB (Red+Green+Blue) = 213+199+63=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C73F is #2A38C0. Grayscale: #BCBCBC. Windows color (decimal): -2767041 or 4179925. OLE color: 4179925.
HSL color Cylindrical-coordinate representation of color #D5C73F: hue angle of 54.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5C73F is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 63 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.16 |
| HSL | 54.4º | 0.64% | 0.54% | - |
| HSV(B) | 54.4º | 0.7% | 0.84% | - |
| XYZ | 48.76 | 55.35 | 12.82 | - |
| YUV | 187.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 63 | 0 | 0.07 | 0.70 | 0.16 | 54.4 | 0.64 | 0.54 |
| Hex | D5 | C7 | 3F | 0 | 7 | 46 | 10 | 36 | 40 | 36 |
| Octal | 325 | 307 | 77 | 0 | 7 | 106 | 20 | 66 | 100 | 66 |
| Binary | 11010101 | 11000111 | 111111 | 0 | 111 | 1000110 | 10000 | 110110 | 1000000 | 110110 |
Color Harmonies of #D5C73F
Complementary color
Monochromatic Colors of #D5C73F
Black with #D5C73F
Text Example
Text Example
White with #D5C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C73F; }
p { color: rgb(213,199,63); }
H1.HeaderClassName
{
color: #D5C73F;
}
.AnyTagClassName
{
color: #D5C73F;
}
</style>
background-color css
<style>
a { background-color: #D5C73F; }
a { background-color: rgb(213,199,63); }
div.DivClassName
{
background-color: #D5C73F;
}
.BgClassName
{
background-color: #D5C73F;
}
</style>
border-color css
<style>
span { border-color: #D5C73F; }
span { border-color: rgb(213,199,63); }
td.TdClassName
{
border-color: #D5C73F;
}
.TagClassName
{
border-color: #D5C73F;
}
</style>