Shades of Wattle #D6C03C
Tints of Wattle #D6C03C
RGB
CMYK
RGB Variations
Color information
#D6C03C (or 0xD6C03C) is known color: Wattle. HEX triplet: D6, C0 and 3C. RGB value is (214,192,60). Sum of RGB (Red+Green+Blue) = 214+192+60=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C03C is #293FC3. Grayscale: #B8B8B8. Windows color (decimal): -2703300 or 3981526. OLE color: 3981526.
HSL color Cylindrical-coordinate representation of color #D6C03C: hue angle of 51.43º 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 #D6C03C is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 60 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.16 |
| HSL | 51.43º | 0.65% | 0.54% | - |
| HSV(B) | 51.43º | 0.72% | 0.84% | - |
| XYZ | 47.4 | 52.32 | 11.88 | - |
| YUV | 183.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 60 | 0 | 0.10 | 0.72 | 0.16 | 51.43 | 0.65 | 0.54 |
| Hex | D6 | C0 | 3C | 0 | A | 48 | 10 | 33 | 41 | 36 |
| Octal | 326 | 300 | 74 | 0 | 12 | 110 | 20 | 63 | 101 | 66 |
| Binary | 11010110 | 11000000 | 111100 | 0 | 1010 | 1001000 | 10000 | 110011 | 1000001 | 110110 |
Color Harmonies of #D6C03C
Complementary color
Monochromatic Colors of #D6C03C
Black with #D6C03C
Text Example
Text Example
White with #D6C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C03C; }
p { color: rgb(214,192,60); }
H1.HeaderClassName
{
color: #D6C03C;
}
.AnyTagClassName
{
color: #D6C03C;
}
</style>
background-color css
<style>
a { background-color: #D6C03C; }
a { background-color: rgb(214,192,60); }
div.DivClassName
{
background-color: #D6C03C;
}
.BgClassName
{
background-color: #D6C03C;
}
</style>
border-color css
<style>
span { border-color: #D6C03C; }
span { border-color: rgb(214,192,60); }
td.TdClassName
{
border-color: #D6C03C;
}
.TagClassName
{
border-color: #D6C03C;
}
</style>