Shades of Wattle #D5C03C
Tints of Wattle #D5C03C
RGB
CMYK
RGB Variations
Color information
#D5C03C (or 0xD5C03C) is known color: Wattle. HEX triplet: D5, C0 and 3C. RGB value is (213,192,60). Sum of RGB (Red+Green+Blue) = 213+192+60=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C03C is #2A3FC3. Grayscale: #B7B7B7. Windows color (decimal): -2768836 or 3981525. OLE color: 3981525.
HSL color Cylindrical-coordinate representation of color #D5C03C: hue angle of 51.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5C03C is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 60 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.16 |
| HSL | 51.76º | 0.65% | 0.54% | - |
| HSV(B) | 51.76º | 0.72% | 0.84% | - |
| XYZ | 47.11 | 52.17 | 11.86 | - |
| YUV | 183.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 60 | 0 | 0.10 | 0.72 | 0.16 | 51.76 | 0.65 | 0.54 |
| Hex | D5 | C0 | 3C | 0 | A | 48 | 10 | 34 | 41 | 36 |
| Octal | 325 | 300 | 74 | 0 | 12 | 110 | 20 | 64 | 101 | 66 |
| Binary | 11010101 | 11000000 | 111100 | 0 | 1010 | 1001000 | 10000 | 110100 | 1000001 | 110110 |
Color Harmonies of #D5C03C
Complementary color
Monochromatic Colors of #D5C03C
Black with #D5C03C
Text Example
Text Example
White with #D5C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C03C; }
p { color: rgb(213,192,60); }
H1.HeaderClassName
{
color: #D5C03C;
}
.AnyTagClassName
{
color: #D5C03C;
}
</style>
background-color css
<style>
a { background-color: #D5C03C; }
a { background-color: rgb(213,192,60); }
div.DivClassName
{
background-color: #D5C03C;
}
.BgClassName
{
background-color: #D5C03C;
}
</style>
border-color css
<style>
span { border-color: #D5C03C; }
span { border-color: rgb(213,192,60); }
td.TdClassName
{
border-color: #D5C03C;
}
.TagClassName
{
border-color: #D5C03C;
}
</style>