Shades of Wattle #D9C73C
Tints of Wattle #D9C73C
RGB
CMYK
RGB Variations
Color information
#D9C73C (or 0xD9C73C) is known color: Wattle. HEX triplet: D9, C7 and 3C. RGB value is (217,199,60). Sum of RGB (Red+Green+Blue) = 217+199+60=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C73C is #2638C3. Grayscale: #BDBDBD. Windows color (decimal): -2504900 or 3983321. OLE color: 3983321.
HSL color Cylindrical-coordinate representation of color #D9C73C: hue angle of 53.12º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9C73C is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 60 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.15 |
| HSL | 53.12º | 0.67% | 0.54% | - |
| HSV(B) | 53.12º | 0.72% | 0.85% | - |
| XYZ | 49.85 | 55.92 | 12.44 | - |
| YUV | 188.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 60 | 0 | 0.08 | 0.72 | 0.15 | 53.12 | 0.67 | 0.54 |
| Hex | D9 | C7 | 3C | 0 | 8 | 48 | F | 35 | 43 | 36 |
| Octal | 331 | 307 | 74 | 0 | 10 | 110 | 17 | 65 | 103 | 66 |
| Binary | 11011001 | 11000111 | 111100 | 0 | 1000 | 1001000 | 1111 | 110101 | 1000011 | 110110 |
Color Harmonies of #D9C73C
Complementary color
Monochromatic Colors of #D9C73C
Black with #D9C73C
Text Example
Text Example
White with #D9C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C73C; }
p { color: rgb(217,199,60); }
H1.HeaderClassName
{
color: #D9C73C;
}
.AnyTagClassName
{
color: #D9C73C;
}
</style>
background-color css
<style>
a { background-color: #D9C73C; }
a { background-color: rgb(217,199,60); }
div.DivClassName
{
background-color: #D9C73C;
}
.BgClassName
{
background-color: #D9C73C;
}
</style>
border-color css
<style>
span { border-color: #D9C73C; }
span { border-color: rgb(217,199,60); }
td.TdClassName
{
border-color: #D9C73C;
}
.TagClassName
{
border-color: #D9C73C;
}
</style>