Shades of Wattle #D1C73C
Tints of Wattle #D1C73C
RGB
CMYK
RGB Variations
Color information
#D1C73C (or 0xD1C73C) is known color: Wattle. HEX triplet: D1, C7 and 3C. RGB value is (209,199,60). Sum of RGB (Red+Green+Blue) = 209+199+60=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C73C is #2E38C3. Grayscale: #BABABA. Windows color (decimal): -3029188 or 3983313. OLE color: 3983313.
HSL color Cylindrical-coordinate representation of color #D1C73C: hue angle of 55.97º 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 #D1C73C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 60 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.18 |
| HSL | 55.97º | 0.62% | 0.53% | - |
| HSV(B) | 55.97º | 0.71% | 0.82% | - |
| XYZ | 47.53 | 54.73 | 12.33 | - |
| YUV | 186.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 60 | 0 | 0.05 | 0.71 | 0.18 | 55.97 | 0.62 | 0.53 |
| Hex | D1 | C7 | 3C | 0 | 5 | 47 | 12 | 38 | 3E | 35 |
| Octal | 321 | 307 | 74 | 0 | 5 | 107 | 22 | 70 | 76 | 65 |
| Binary | 11010001 | 11000111 | 111100 | 0 | 101 | 1000111 | 10010 | 111000 | 111110 | 110101 |
Color Harmonies of #D1C73C
Complementary color
Monochromatic Colors of #D1C73C
Black with #D1C73C
Text Example
Text Example
White with #D1C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C73C; }
p { color: rgb(209,199,60); }
H1.HeaderClassName
{
color: #D1C73C;
}
.AnyTagClassName
{
color: #D1C73C;
}
</style>
background-color css
<style>
a { background-color: #D1C73C; }
a { background-color: rgb(209,199,60); }
div.DivClassName
{
background-color: #D1C73C;
}
.BgClassName
{
background-color: #D1C73C;
}
</style>
border-color css
<style>
span { border-color: #D1C73C; }
span { border-color: rgb(209,199,60); }
td.TdClassName
{
border-color: #D1C73C;
}
.TagClassName
{
border-color: #D1C73C;
}
</style>